From: tsteven4 <13596209+tsteven4@users.noreply.github.com>
Date: Sat, 30 Sep 2023 16:51:46 +0000 (-0600)
Subject: rc1 for release 1.9.0 (#1186)
X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~1^2
X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=007c0c1ac64daede1df9454335fb9129ef4e7e57;p=gpsbabel.git
rc1 for release 1.9.0 (#1186)
---
diff --git a/gbversion.cmake b/gbversion.cmake
index 1a06dbc44..dfad1ac24 100644
--- a/gbversion.cmake
+++ b/gbversion.cmake
@@ -14,14 +14,14 @@
# By defining the version here we minimize the number of locations
# containing the definition to gbversion.pri and gbversion.cmake.
-set(GB.VERSION 1.8.0) # also change in gbversion.pri
+set(GB.VERSION 1.9.0)
string(REPLACE "." ";" VERSION_COMPONENTS ${GB.VERSION})
list(GET VERSION_COMPONENTS 0 GB.MAJOR)
list(GET VERSION_COMPONENTS 1 GB.MINOR)
list(GET VERSION_COMPONENTS 2 GB.MICRO)
# Increase GB.BUILD for a new release (why? Where is this ever used?)
# A: it's used by win32/gpsbabel.rc which includes gbversion.h
-set(GB.BUILD 32 CACHE STRING "Fourth component of Windows VERSIONINFO resource FILEVERSION and PRODUCTVERSION parameters.")
+set(GB.BUILD 33 CACHE STRING "Fourth component of Windows VERSIONINFO resource FILEVERSION and PRODUCTVERSION parameters.")
set(GB.PACKAGE_RELEASE "" CACHE STRING "String to append to VERSION tuple.") # .e.g. "-beta20190413"
set(GB.SHA $ENV{GITHUB_SHA})
if(DEFINED ENV{GITHUB_SHA})
diff --git a/gui/aboutui.ui b/gui/aboutui.ui
index b96ed8495..d8a501d57 100644
--- a/gui/aboutui.ui
+++ b/gui/aboutui.ui
@@ -83,7 +83,7 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
diff --git a/gui/coretool/core_strings.h b/gui/coretool/core_strings.h
index f71707686..b72f97206 100644
--- a/gui/coretool/core_strings.h
+++ b/gui/coretool/core_strings.h
@@ -1,12 +1,3 @@
-QT_TRANSLATE_NOOP("core","Brauniger IQ Series Barograph Download")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","Cambridge/Winpilot glider software")
QT_TRANSLATE_NOOP("core","Columbus/Visiontac V900 files (.csv)")
QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
@@ -15,6 +6,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
QT_TRANSLATE_NOOP("core","Use shortname instead of description")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
+QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
QT_TRANSLATE_NOOP("core","Comma separated values")
QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
@@ -23,6 +15,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
QT_TRANSLATE_NOOP("core","Use shortname instead of description")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
+QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
QT_TRANSLATE_NOOP("core","Data Logger iBlue747 csv")
QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
@@ -31,38 +24,17 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
QT_TRANSLATE_NOOP("core","Use shortname instead of description")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
+QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
QT_TRANSLATE_NOOP("core","Data Logger iBlue757 csv")
-QT_TRANSLATE_NOOP("core","DeLorme GPL")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","DeLorme Street Atlas Plus")
-QT_TRANSLATE_NOOP("core","Keep turns if simplify filter is used")
-QT_TRANSLATE_NOOP("core","Only read turns; skip all other points")
-QT_TRANSLATE_NOOP("core","Split into multiple routes at turns")
-QT_TRANSLATE_NOOP("core","Read control points as waypoint/route/none")
-QT_TRANSLATE_NOOP("core","Synthesize track times")
-QT_TRANSLATE_NOOP("core","DeLorme Street Atlas Route")
-QT_TRANSLATE_NOOP("core","Destinator Itineraries (.dat)")
-QT_TRANSLATE_NOOP("core","Destinator Points of Interest (.dat)")
-QT_TRANSLATE_NOOP("core","Destinator TrackLogs (.dat)")
-QT_TRANSLATE_NOOP("core","EasyGPS binary format")
QT_TRANSLATE_NOOP("core","Set waypoint name to source filename")
QT_TRANSLATE_NOOP("core","Time-frame (in seconds)")
QT_TRANSLATE_NOOP("core","Locate waypoint for tagging by this name")
QT_TRANSLATE_NOOP("core","!OVERWRITE! the original file. Default=N")
+QT_TRANSLATE_NOOP("core","Image Offset Time (+HH:MM or -HH:MM)")
QT_TRANSLATE_NOOP("core","Embedded Exif-GPS data (.jpg)")
-QT_TRANSLATE_NOOP("core","Time zone ID")
-QT_TRANSLATE_NOOP("core","Energympro GPS training watch")
-QT_TRANSLATE_NOOP("core","Enigma binary waypoint file (.ert)")
QT_TRANSLATE_NOOP("core","Source for name field in .dbf")
QT_TRANSLATE_NOOP("core","Source for URL field in .dbf")
QT_TRANSLATE_NOOP("core","ESRI shapefile")
-QT_TRANSLATE_NOOP("core","F90G Automobile DVR GPS log file")
QT_TRANSLATE_NOOP("core","(integer sec or 'auto') Barograph to GPS time diff")
QT_TRANSLATE_NOOP("core","FAI/IGC Flight Recorder Data Format")
QT_TRANSLATE_NOOP("core","Read all points even if latitude or longitude is missing")
@@ -75,25 +47,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
QT_TRANSLATE_NOOP("core","Use shortname instead of description")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","FlySight GPS File")
-QT_TRANSLATE_NOOP("core","Default speed for waypoints (knots/hr)")
-QT_TRANSLATE_NOOP("core","Split input into separate files")
-QT_TRANSLATE_NOOP("core","Franson GPSGate Simulation")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","Fugawi")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
+QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
QT_TRANSLATE_NOOP("core","Garmin 301 Custom position and heartrate")
QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
@@ -102,8 +56,8 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
QT_TRANSLATE_NOOP("core","Use shortname instead of description")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
+QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
QT_TRANSLATE_NOOP("core","Garmin G1000 datalog input filter file")
-QT_TRANSLATE_NOOP("core","Garmin Logbook XML")
QT_TRANSLATE_NOOP("core","Default category on output (1..16)")
QT_TRANSLATE_NOOP("core","Bitmap of categories")
QT_TRANSLATE_NOOP("core","Version of gdb file to generate (1..3)")
@@ -127,6 +81,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
QT_TRANSLATE_NOOP("core","Use shortname instead of description")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
+QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
QT_TRANSLATE_NOOP("core","Garmin POI database")
QT_TRANSLATE_NOOP("core","Enable alerts on speed or proximity distance")
QT_TRANSLATE_NOOP("core","Use specified bitmap on output")
@@ -153,6 +108,7 @@ QT_TRANSLATE_NOOP("core","Sync GPS time to computer time")
QT_TRANSLATE_NOOP("core","Category number to use for written waypoints")
QT_TRANSLATE_NOOP("core","Bitmap of categories")
QT_TRANSLATE_NOOP("core","Speed in bits per second of serial port (baud=9600)")
+QT_TRANSLATE_NOOP("core","override codec to use for device")
QT_TRANSLATE_NOOP("core","Garmin serial/USB protocol")
QT_TRANSLATE_NOOP("core","Write course rather than history, default yes")
QT_TRANSLATE_NOOP("core","Sport: Biking (deflt), Running, MultiSport, Other")
@@ -160,19 +116,8 @@ QT_TRANSLATE_NOOP("core","Garmin Training Center (.tcx/.crs/.hst/.xml)")
QT_TRANSLATE_NOOP("core","Default icon name")
QT_TRANSLATE_NOOP("core","Omit Placer name")
QT_TRANSLATE_NOOP("core","Geocaching.com .loc")
-QT_TRANSLATE_NOOP("core","Geogrid-Viewer ascii overlay file (.ovl)")
-QT_TRANSLATE_NOOP("core","Geogrid-Viewer binary overlay file (.ovl)")
-QT_TRANSLATE_NOOP("core","Geogrid-Viewer tracklogs (.log)")
QT_TRANSLATE_NOOP("core","Compact Output. Default is off.")
QT_TRANSLATE_NOOP("core","GeoJson")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","GEOnet Names Server (GNS)")
QT_TRANSLATE_NOOP("core","Erase device data after download")
QT_TRANSLATE_NOOP("core","Only erase device data, do not download anything")
QT_TRANSLATE_NOOP("core","GlobalSat DG-100/BT-335 Download")
@@ -185,7 +130,6 @@ QT_TRANSLATE_NOOP("core","Dump raw data to this file")
QT_TRANSLATE_NOOP("core","Dump raw data to this file")
QT_TRANSLATE_NOOP("core","Time zone ID")
QT_TRANSLATE_NOOP("core","GlobalSat GH625XT GPS training watch")
-QT_TRANSLATE_NOOP("core","Google Directions XML")
QT_TRANSLATE_NOOP("core","Default icon name")
QT_TRANSLATE_NOOP("core","Export linestrings for tracks and routes")
QT_TRANSLATE_NOOP("core","Export placemarks for tracks and routes")
@@ -202,7 +146,7 @@ QT_TRANSLATE_NOOP("core","Retain at most this number of position points (0 = un
QT_TRANSLATE_NOOP("core","Rotate colors for tracks and routes (default automatic)")
QT_TRANSLATE_NOOP("core","Precision of coordinates, number of decimals")
QT_TRANSLATE_NOOP("core","Google Earth (Keyhole) Markup Language")
-QT_TRANSLATE_NOOP("core","Google Navigator Tracklines (.trl)")
+QT_TRANSLATE_NOOP("core","Google Takeout Location History")
QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
@@ -210,6 +154,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
QT_TRANSLATE_NOOP("core","Use shortname instead of description")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
+QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
QT_TRANSLATE_NOOP("core","GPS Tracking Key Pro text")
QT_TRANSLATE_NOOP("core","GPS TrackMaker")
QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
@@ -219,6 +164,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
QT_TRANSLATE_NOOP("core","Use shortname instead of description")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
+QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
QT_TRANSLATE_NOOP("core","GPSBabel arc filter file")
QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
@@ -227,6 +173,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
QT_TRANSLATE_NOOP("core","Use shortname instead of description")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
+QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
QT_TRANSLATE_NOOP("core","GpsDrive Format")
QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
@@ -235,6 +182,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
QT_TRANSLATE_NOOP("core","Use shortname instead of description")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
+QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
QT_TRANSLATE_NOOP("core","GpsDrive Format for Tracks")
QT_TRANSLATE_NOOP("core","Length of generated shortnames")
QT_TRANSLATE_NOOP("core","No whitespace in generated shortnames")
@@ -245,8 +193,6 @@ QT_TRANSLATE_NOOP("core","Add info (depth) as Humminbird extension")
QT_TRANSLATE_NOOP("core","Add info (depth) as Garmin extension")
QT_TRANSLATE_NOOP("core","Precision of elevations, number of decimals")
QT_TRANSLATE_NOOP("core","GPX XML")
-QT_TRANSLATE_NOOP("core","HikeTech")
-QT_TRANSLATE_NOOP("core","Holux (gm-100) .wpo Format")
QT_TRANSLATE_NOOP("core","MTK compatible CSV output file")
QT_TRANSLATE_NOOP("core","Holux M-241 (MTK based) Binary File Format")
QT_TRANSLATE_NOOP("core","Erase device data after download")
@@ -263,44 +209,6 @@ QT_TRANSLATE_NOOP("core","Units for altitude (f)eet or (m)etres")
QT_TRANSLATE_NOOP("core","HTML Output")
QT_TRANSLATE_NOOP("core","Humminbird tracks (.ht)")
QT_TRANSLATE_NOOP("core","Humminbird waypoints and routes (.hwr)")
-QT_TRANSLATE_NOOP("core","Index of track to write (if more than one in source)")
-QT_TRANSLATE_NOOP("core","IGN Rando track files")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","iGo Primo points of interest (.upoi)")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","iGO2008 points of interest (.upoi)")
-QT_TRANSLATE_NOOP("core","Track identification number")
-QT_TRANSLATE_NOOP("core","Track title")
-QT_TRANSLATE_NOOP("core","Track description")
-QT_TRANSLATE_NOOP("core","IGO8 .trk")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","Kompass (DAV) Track (.tk)")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","Kompass (DAV) Waypoints (.wp)")
QT_TRANSLATE_NOOP("core","(USR input) Ignore event marker icons on read")
QT_TRANSLATE_NOOP("core","(USR output) Treat waypoints as icons on write")
QT_TRANSLATE_NOOP("core","(USR output) Merge into one segmented trail")
@@ -310,66 +218,6 @@ QT_TRANSLATE_NOOP("core","(USR output) Output file title string")
QT_TRANSLATE_NOOP("core","(USR output) Device serial number")
QT_TRANSLATE_NOOP("core","(USR output) Output file content description")
QT_TRANSLATE_NOOP("core","Lowrance USR")
-QT_TRANSLATE_NOOP("core","Default icon name")
-QT_TRANSLATE_NOOP("core","Max number of comments to write (maxcmts=200)")
-QT_TRANSLATE_NOOP("core","Magellan SD files (as for eXplorist)")
-QT_TRANSLATE_NOOP("core","Default icon name")
-QT_TRANSLATE_NOOP("core","Max number of comments to write (maxcmts=200)")
-QT_TRANSLATE_NOOP("core","Magellan SD files (as for Meridian)")
-QT_TRANSLATE_NOOP("core","Default icon name")
-QT_TRANSLATE_NOOP("core","Max number of comments to write (maxcmts=200)")
-QT_TRANSLATE_NOOP("core","Numeric value of bitrate (baud=4800)")
-QT_TRANSLATE_NOOP("core","Suppress use of handshaking in name of speed")
-QT_TRANSLATE_NOOP("core","Delete all waypoints")
-QT_TRANSLATE_NOOP("core","Magellan serial protocol")
-QT_TRANSLATE_NOOP("core","MagicMaps IK3D project file (.ikt)")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","Mainnav")
-QT_TRANSLATE_NOOP("core","Include only via stations in route")
-QT_TRANSLATE_NOOP("core","Map&Guide 'TourExchangeFormat' XML")
-QT_TRANSLATE_NOOP("core","MapAsia track file (.tr7)")
-QT_TRANSLATE_NOOP("core","Mapbar (China) navigation track for Sonim Xp3300")
-QT_TRANSLATE_NOOP("core","Mapfactor Navigator")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","Mapopolis.com Mapconverter CSV")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","MapTech Exchange Format")
-QT_TRANSLATE_NOOP("core","Speed in bits per second of serial port (autodetect=0)")
-QT_TRANSLATE_NOOP("core","Download logged fixes")
-QT_TRANSLATE_NOOP("core","Erase device data after download")
-QT_TRANSLATE_NOOP("core","Show device status")
-QT_TRANSLATE_NOOP("core","Enable logging after download")
-QT_TRANSLATE_NOOP("core","MediaTek Locus")
-QT_TRANSLATE_NOOP("core","Write items 'locked' [default no]")
-QT_TRANSLATE_NOOP("core","Write items 'visible' [default yes]")
-QT_TRANSLATE_NOOP("core","Write files with internal version [n]")
-QT_TRANSLATE_NOOP("core","Memory-Map Navigator overlay files (.mmo)")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","Microsoft Streets and Trips 2002-2007")
QT_TRANSLATE_NOOP("core","Baud rate used for download")
QT_TRANSLATE_NOOP("core","Dump raw data to this file")
QT_TRANSLATE_NOOP("core","Erase device data after download")
@@ -389,19 +237,6 @@ QT_TRANSLATE_NOOP("core","MiniHomer, a skyTraq Venus 6 based logger (download tr
QT_TRANSLATE_NOOP("core","Garmin Mobile XT ([ATRK]/STRK)")
QT_TRANSLATE_NOOP("core","Track name processing option ([0]-nrm/1-ign)")
QT_TRANSLATE_NOOP("core","Mobile Garmin XT Track files")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","Motoactiv CSV")
-QT_TRANSLATE_NOOP("core","Index of route to write (if more than one in source)")
-QT_TRANSLATE_NOOP("core","New name for the route")
-QT_TRANSLATE_NOOP("core","Radius of our big earth (default 6371000 meters)")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","Motorrad Routenplaner (Map&Guide) .bcr files")
QT_TRANSLATE_NOOP("core","MTK compatible CSV output file")
QT_TRANSLATE_NOOP("core","MTK Logger (iBlue 747,...) Binary File Format")
QT_TRANSLATE_NOOP("core","Erase device data after download")
@@ -410,45 +245,10 @@ QT_TRANSLATE_NOOP("core","Enable logging after download")
QT_TRANSLATE_NOOP("core","MTK compatible CSV output file")
QT_TRANSLATE_NOOP("core","Size of blocks in KB to request from device")
QT_TRANSLATE_NOOP("core","MTK Logger (iBlue 747,Qstarz BT-1000,...) download")
-QT_TRANSLATE_NOOP("core","MyNav TRC format")
QT_TRANSLATE_NOOP("core","Datum (default=NAD27)")
QT_TRANSLATE_NOOP("core","National Geographic Topo .tpg (waypoints)")
QT_TRANSLATE_NOOP("core","National Geographic Topo 2.x .tpo")
QT_TRANSLATE_NOOP("core","National Geographic Topo 3.x/4.x .tpo")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","Navigon Waypoints")
-QT_TRANSLATE_NOOP("core","Delete all track points")
-QT_TRANSLATE_NOOP("core","Delete all routes")
-QT_TRANSLATE_NOOP("core","Delete all waypoints")
-QT_TRANSLATE_NOOP("core","Clear the datalog")
-QT_TRANSLATE_NOOP("core","Read from datalogger buffer")
-QT_TRANSLATE_NOOP("core","Command unit to power itself down")
-QT_TRANSLATE_NOOP("core","NaviGPS GT-11/BGT-11 Download")
-QT_TRANSLATE_NOOP("core","NaviGPS GT-31/BGT-31 datalogger (.sbp)")
-QT_TRANSLATE_NOOP("core","NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn)")
-QT_TRANSLATE_NOOP("core","Navitel binary track (.bin)")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","Navitrak DNA marker format")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","NIMA/GNIS Geographic Names File")
QT_TRANSLATE_NOOP("core","Max length of waypoint name to write")
QT_TRANSLATE_NOOP("core","Read/write GPRMC sentences")
QT_TRANSLATE_NOOP("core","Read/write GPGGA sentences")
@@ -462,8 +262,6 @@ QT_TRANSLATE_NOOP("core","Speed in bits per second of serial port (baud=4800)")
QT_TRANSLATE_NOOP("core","Write tracks for Gisteq Phototracker")
QT_TRANSLATE_NOOP("core","Accept position fixes in gpgga marked invalid")
QT_TRANSLATE_NOOP("core","NMEA 0183 sentences")
-QT_TRANSLATE_NOOP("core","Compact binary representation")
-QT_TRANSLATE_NOOP("core","Nokia Landmark Exchange")
QT_TRANSLATE_NOOP("core","Write additional way tag key/value pairs")
QT_TRANSLATE_NOOP("core","Write additional node tag key/value pairs")
QT_TRANSLATE_NOOP("core","Use this value as custom created_by value")
@@ -481,24 +279,6 @@ QT_TRANSLATE_NOOP("core","Unit used in proximity values")
QT_TRANSLATE_NOOP("core","codec to use for reading and writing strings (default windows-1252)")
QT_TRANSLATE_NOOP("core","OziExplorer")
QT_TRANSLATE_NOOP("core","Qstarz BL-1000")
-QT_TRANSLATE_NOOP("core","Default location")
-QT_TRANSLATE_NOOP("core","Raymarine Waypoint File (.rwf)")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","Ricoh GPS Log File")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","See You flight analysis data")
QT_TRANSLATE_NOOP("core","Erase device data after download")
QT_TRANSLATE_NOOP("core","Set location finder target location as lat,lng")
QT_TRANSLATE_NOOP("core","Configure logging parameter as tmin:tmax:dmin:dmax")
@@ -522,7 +302,6 @@ QT_TRANSLATE_NOOP("core","GPS time at position video_time (hhmmss[.sss], default
QT_TRANSLATE_NOOP("core","GPS date at position video_time (yyyymmdd, default is first timestamp of track)")
QT_TRANSLATE_NOOP("core","Format for subtitles")
QT_TRANSLATE_NOOP("core","SubRip subtitles for video mapping (.srt)")
-QT_TRANSLATE_NOOP("core","Swiss Map 25/50/100 (.xol)")
QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
@@ -530,8 +309,8 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
QT_TRANSLATE_NOOP("core","Use shortname instead of description")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
+QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
QT_TRANSLATE_NOOP("core","Tab delimited fields useful for OpenOffice")
-QT_TRANSLATE_NOOP("core","Teletype [ Get Jonathon Johnson to describe")
QT_TRANSLATE_NOOP("core","Suppress separator lines between waypoints")
QT_TRANSLATE_NOOP("core","Encrypt hints using ROT13")
QT_TRANSLATE_NOOP("core","Include groundspeak logs if present")
@@ -539,33 +318,6 @@ QT_TRANSLATE_NOOP("core","Degrees output as 'ddd', 'dmm'(default) or 'dms'")
QT_TRANSLATE_NOOP("core","Units for altitude (f)eet or (m)etres")
QT_TRANSLATE_NOOP("core","Write each waypoint in a separate file")
QT_TRANSLATE_NOOP("core","Textual Output")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","TomTom Itineraries (.itn)")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","TomTom Places Itineraries (.itn)")
-QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
-QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
-QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
-QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
-QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
-QT_TRANSLATE_NOOP("core","Use shortname instead of description")
-QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
-QT_TRANSLATE_NOOP("core","TomTom POI file (.asc)")
-QT_TRANSLATE_NOOP("core","TomTom POI file (.ov2)")
-QT_TRANSLATE_NOOP("core","Index of track (if more than one in source)")
-QT_TRANSLATE_NOOP("core","TrackLogs digital mapping (.trl)")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
QT_TRANSLATE_NOOP("core","Write position using this grid.")
QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
@@ -574,14 +326,3 @@ QT_TRANSLATE_NOOP("core","Write filename(s) from input session(s)")
QT_TRANSLATE_NOOP("core","Universal csv with field structure in first line")
QT_TRANSLATE_NOOP("core","Encrypt hints using ROT13")
QT_TRANSLATE_NOOP("core","Vcard Output (for iPod)")
-QT_TRANSLATE_NOOP("core","Wintec TES file")
-QT_TRANSLATE_NOOP("core","Wintec WBT-100/200 Binary File Format")
-QT_TRANSLATE_NOOP("core","Erase device data after download")
-QT_TRANSLATE_NOOP("core","Wintec WBT-100/200 GPS Download")
-QT_TRANSLATE_NOOP("core","Wintec WBT-201/G-Rays 2 Binary File Format")
-QT_TRANSLATE_NOOP("core","Appends the input to a backup file")
-QT_TRANSLATE_NOOP("core","Only waypoints that are not the backup file")
-QT_TRANSLATE_NOOP("core","XAiOX iTrackU Logger")
-QT_TRANSLATE_NOOP("core","Appends the input to a backup file")
-QT_TRANSLATE_NOOP("core","Only waypoints that are not the backup file")
-QT_TRANSLATE_NOOP("core","XAiOX iTrackU Logger Binary File Format")
diff --git a/gui/coretool/gpsbabel_de.qm b/gui/coretool/gpsbabel_de.qm
index 35ffebf6c..fea44efda 100644
Binary files a/gui/coretool/gpsbabel_de.qm and b/gui/coretool/gpsbabel_de.qm differ
diff --git a/gui/coretool/gpsbabel_de.ts b/gui/coretool/gpsbabel_de.ts
index 0904b7b38..3252e9f6f 100644
--- a/gui/coretool/gpsbabel_de.ts
+++ b/gui/coretool/gpsbabel_de.ts
@@ -4,7 +4,7 @@
core
-
+
(integer sec or 'auto') Barograph to GPS time diff
Zeitdifferent zwischen Barograph und GPS (ganzz. Sekunden oder 'auto')
@@ -25,51 +25,29 @@
Icon allgemein für "offen"
-
+
After output job done sleep n second(s)
Im Anschluà n Sekunde(n) pausieren
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
Allow whitespace synth. shortnames
Leerzeichen in Kurznamen erlauben
-
+
Altitudes are absolute and not clamped to ground
Absolute Höhenangaben (nicht bodenverbunden)
@@ -78,55 +56,33 @@
Beschreibung um Symbolbeschreibung erweitern
-
+
Append realtime positioning data to the output file instead of truncating
Echtzeit-Positionierungsdaten an Ausgabendatei anhängen und nicht kürzen
-
+
Base URL for link tag in output
Basis-URL für Verknüpfungseintrag in Ausgabe
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Basename prepended to URL on output
Basis-Adresse für erzeugte URLs
-
-
+
+
Bitmap of categories
Mehrfachkategorie, als Dezimal- oder Hexadezimalwert
@@ -135,7 +91,7 @@
Kategoriename (Cache)
-
+
Category number to use for written waypoints
Kategorienummer (1..16) beim Schreiben von Wegpunkten verwenden
@@ -144,23 +100,22 @@
Farbe für Linien oder Kartenangaben
-
-
+
Command unit to power itself down
Gerät im Anschluà abschalten
-
+
Complete date-free tracks with given date (YYYYMMDD).
Tracks ohne Datumsangaben mit diesem Datum vervollständigen (YYYYMMDD)
-
+
Create unique waypoint names (default = yes)
Eindeutige Wegpunktnamen erzeugen (Vorgabe: JA)
-
+
Create waypoints from geocache log entries
Wegpunkte aus Geocache Log-Einträgen erzeugen
@@ -173,7 +128,7 @@
Datenbankname (Dateiname)
-
+
Datum (default=NAD27)
GPS-Datum (Vorgabe: NAD27)
@@ -182,79 +137,70 @@
Anzahl an Tagen, nach denen Punkte als alt betrachtet werden
-
+
Decimal seconds to pause between groups of strings
Pause (in Sekunden) zwischen Zeilengruppen
-
+
Default category on output
Standardkategorie beim Schreiben
-
+
Default category on output (1..16)
Standardkategorie der Ausgabe (1..16)
-
-
-
-
-
-
+
+
+
Default icon name
Standard Symbol
-
Default location
- Vorgabestandort
+ Vorgabestandort
-
+
Default proximity
Vorgabe-Annäherungsabstand
-
+
Default speed
Standardgeschwindigkeit
-
Default speed for waypoints (knots/hr)
- Vorgabegeschwindigkeit für Wegpunkte (Knoten/h)
+ Vorgabegeschwindigkeit für Wegpunkte (Knoten/h)
-
-
+
+
Degrees output as 'ddd', 'dmm'(default) or 'dms'
Schreibe Gradangaben in 'ddd', 'dmm' (Vorgabe) oder 'dms' (Gitter)
-
Delete all routes
- Alle Routen löschen
+ Alle Routen löschen
-
Delete all track points
- Alle Trackpunkte löschen
+ Alle Trackpunkte löschen
-
-
Delete all waypoints
- Alle Wegpunkte löschen
+ Alle Wegpunkte löschen
-
+
Display labels on track and routepoints (default = 1)
Beschriftung bei Track- und Routenpunkten anzeigen (Vorgabe: 1)
-
+
Distance unit [m=metric, s=statute]
Entfernungsangaben [m=Metrisch, s=Statute]
@@ -267,29 +213,29 @@
Keine URLs zur Beschreibung hinzufügen
-
+
Don't show gpi bitmap on device
Kein Bitmap (Icon) auf dem GPS anzeigen
-
+
Draw extrusion line from trackpoint to ground
Verbindungslinie vom Trackpunkt zum Erdboden zeichnen
-
+
Drop route points that do not have an equivalent waypoint (hidden points)
Versteckte Wegpunkte löschen (automatisch berechnete Routenpunkte)
-
+
Enable alerts on speed or proximity distance
Alarm für Annäherung oder Geschwindigkeit aktivieren
-
-
-
+
+
+
Encrypt hints using ROT13
Verschlüsselung mit ROT13
@@ -298,24 +244,22 @@
Verschlüsselung mit ROT13
-
-
-
-
-
-
-
-
+
+
+
+
+
+
Erase device data after download
Nachdem Download Daten auf dem Gerät löschen
-
+
Export linestrings for tracks and routes
Linendaten (linestrings) für Tracks und Routen exportieren (Vorgabe: JA)
-
+
Export placemarks for tracks and routes
Markierungen für Tracks und Routen exportieren
@@ -338,39 +282,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
GPS datum (def. WGS 84)
GPS-Datum (Vorgabe: WGS 84)
@@ -383,25 +305,24 @@
Ereignis-Symbole beim Lesen ignorieren
-
+
Include extended data for trackpoints (default = 1)
Erweiterte Daten in Trackpoints mit einbeziehen (Vorgabe = 1)
-
-
+
+
Include groundspeak logs if present
Groundspeak Logs beifügen (sofern vorhandan)
-
+
Include major turn points (with description) from calculated route
Hauptrichtungsänderungen (Ansage vorhanden) mit einbeziehen
-
Include only via stations in route
- Nur Stationspunkte ('via stations') der Route übernehmen
+ Nur Stationspunkte ('via stations') der Route übernehmen
Include short name in bookmarks
@@ -416,30 +337,27 @@
Routen-Index (falls mehrere im Eingabeformat)
-
Index of route to write (if more than one in source)
- Zu Schreibender Routen-Index (falls mehrere im Eingabeformat)
+ Zu Schreibender Routen-Index (falls mehrere im Eingabeformat)
Index of route/track to write (if more than one in source)
Routen- oder Track-Index (falls mehrere im Eingabeformat)
-
Index of track (if more than one in source)
- Track-Index (falls mehrere im Eingabeformat)
+ Track-Index (falls mehrere im Eingabeformat)
-
Index of track to write (if more than one in source)
- Track-Index (falls mehrere im Eingabeformat)
+ Track-Index (falls mehrere im Eingabeformat)
Index of URL field in .dbf
Index der URL innerhalb der .dbf
-
+
Indicate direction of travel in track icons (default = 0)
Bewegungsrichtung in Tracksymbolen mit Richtungspfeilen anzeigen (Vorgabe: 0)
@@ -452,95 +370,50 @@
Icon "Komplex (Infrastruktur) offen"
-
Keep turns if simplify filter is used
- Abbiegungen bei Verwendung des Simplify(Vereinfachen)-Filters beibehalten
+ Abbiegungen bei Verwendung des Simplify(Vereinfachen)-Filters beibehalten
-
-
+
+
Length of generated shortnames
Maximale Länge der generierten Kurznamen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Max synthesized shortname length
Length of generated shortnames (default 16)
Maximale Länge der zu generierenden Kurznamen (Vorgabe: 16)
-
+
Line color, specified in hex AABBGGRR
Linienfarbe (hexadezimaler Wert AABBGGRR)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Make synth. shortnames unique
Eindeutige Kurznamen erzeugen
@@ -549,17 +422,17 @@
TRK-Datei in MapSend-Version # (3,4) erzeugen
-
+
Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000)
-
+
GPS time at position video_time (hhmmss[.sss], default is first timestamp of track)
-
+
GPS date at position video_time (yyyymmdd, default is first timestamp of track)
@@ -580,68 +453,27 @@
Markierungstyp für nicht gefundene Punkte
-
+
Max length of waypoint name to write
Max. Länge der zu schreibenden Wegpunktnamen
-
-
-
Max number of comments to write (maxcmts=200)
- Maximale Anzahl an Kommentaren für die Ausgabe
+ Maximale Anzahl an Kommentaren für die Ausgabe
Max shortname length when used with -s
Maximale Länge der generierten Kurznamen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Max synthesized shortname length
- Maximale Länge der generierten Kurznamen
-
Merge output with existing file
Ausgabe in existierende Datei einfügen
-
-
-
-
+
+
+
+
MTK compatible CSV output file
Ausgabe-CSV-Datei kompatibel zum MTK-Datalogger
@@ -650,16 +482,15 @@
Name der 'unassigned'-Kategorie
-
New name for the route
- Name der neuen Route
+ Name der neuen Route
No separator lines between waypoints
Keine Trennlinien zwischen den Wegpunkten
-
+
No whitespace in generated shortnames
Leerzeichen in Kurznamen unterdrücken
@@ -672,32 +503,30 @@
Sichtbar und unverschlüsselter Symbolname
-
Numeric value of bitrate (baud=4800)
- Baudrate (Vorgabe: 4800)
+ Baudrate (Vorgabe: 4800)
-
+
Omit Placer name
Placername auslassen
-
Only read turns; skip all other points
- Nur Abbiegungen lesen und alle sonstigen Punkte überspringen
+ Nur Abbiegungen lesen und alle sonstigen Punkte überspringen
-
+
Path to HTML style sheet
Pfad zum HTML-Stylesheet
-
+
Precision of coordinates
Präzision der Koordinaten (Anzahl Nachkommastellen)
-
+
Proximity distance
StandardmäÃiger Annäherungsabstand
@@ -706,57 +535,55 @@
Kreisradius
-
Radius of our big earth (default 6371000 meters)
- Erdradius in Meter (Vorgabe: 6371000 Meter)
+ Erdradius in Meter (Vorgabe: 6371000 Meter)
-
Read control points as waypoint/route/none
- Lese Kontrollpunkte als Wegpunkt/Route/nichts
+ Lese Kontrollpunkte als Wegpunkt/Route/nichts
Read/Write date format (i.e. DDMMYYYY)
Datumsformat für Ein-/Ausgabe (z.B. DDMMYYYY)
-
+
Read/Write date format (i.e. yyyy/mm/dd)
Datumsformat (z.B. DD.MM.YYYY)
-
+
Read/write GPGGA sentences
Schreibe/Lese GPGGA Sequenzen
-
+
Read/write GPGSA sentences
Schreibe/Lese GPGSA Sequenzen
-
+
Read/write GPRMC sentences
Schreibe/Lese GPRMC Sequenzen
-
+
Read/write GPVTG sentences
Schreibe/Lese GPVTG Sequenzen
-
+
Read/Write time format (i.e. HH:mm:ss xx)
Zeitformat (z.B. HH:mm:ss xx)
-
+
Retain at most this number of position points (0 = unlimited)
Höchstens diese Anzahl an Positionspunkten behalten (0 = keine Begrenzung)
-
-
+
+
Return current position as a waypoint
Aktuelle Position als Wegpunkt übertragen
@@ -769,72 +596,63 @@
Kurzname ergibt sich aus MAC-Adresse
-
+
Speed in bits per second of serial port (baud=4800)
Ãbertragungsrate des seriellen Ports in Bits/Sekunde (Vorgabe: baud=4800)
-
Split input into separate files
- Gelesene Daten in einzelne Dateien aufteilen
+ Gelesene Daten in einzelne Dateien aufteilen
-
Split into multiple routes at turns
- Route an Abbiegungen teilen
+ Route an Abbiegungen teilen
Garmin Training Center
Garmin Training Center
-
+
Write course rather than history, default yes
Kurs statt Verlauf schreiben (Vorgabe: ja)
-
+
Sport: Biking (deflt), Running, MultiSport, Other
Sport: Radfahren, Laufen, Mehrere Sportarten, Andere
-
Geogrid-Viewer ascii overlay file (.ovl)
- Geogrid-Viewer ASCII Overlay-Datei (.ovl)
+ Geogrid-Viewer ASCII Overlay-Datei (.ovl)
-
Geogrid-Viewer tracklogs (.log)
- Geogrid-Viewer Tracklogs (.log)
+ Geogrid-Viewer Tracklogs (.log)
The minimum speed (km/h) traveling from waypoint to waypoint. Set >0 to remove duplicate waypoints
Minimalgeschwindigkeit (km/h) bei Bewegung von einem Wegpunkt zum nächsten. GröÃer Null wählen, um doppelte Wegpunkte zu entfernen.
-
iGO2008 points of interest (.upoi)
- iGO2008 points of interest (.upoi)
+ iGO2008 points of interest (.upoi)
-
IGO8 .trk
- IGO8 .trk
+ IGO8 .trk
-
Track identification number
- Track-Identifikationsnummer
+ Track-Identifikationsnummer
-
Track title
- Tracktitel
+ Tracktitel
-
Track description
- Trackbeschreibung
+ Trackbeschreibung
Starting seed of the internal number generator
@@ -853,96 +671,100 @@
Unsichtbarer unverschlüsselter Symbolname
-
+
Set location finder target location as lat,lng
-
+
Configure logging parameter as tmin:tmax:dmin:dmax
-
-
-
+
+
+
Seconds that GPS time tracks UTC (0: best guess)
-
-
-
+
+ Image Offset Time (+HH:MM or -HH:MM)
+
+
+
+
+ override codec to use for device
+
+
+
+
+ Google Takeout Location History
+
+
+
+
+
+
GPS week rollover period we're in (-1: best guess)
-
+
codec to use for reading and writing strings (default windows-1252)
-
+
Qstarz BL-1000
-
+
SkyTraq Venus based loggers (download)
-
+
First sector to be read from the file
-
+
Last sector to be read from the file (-1: read till empty sector)
-
+
SkyTraq Venus based loggers Binary File Format
-
+
Format for subtitles
-
+
SubRip subtitles for video mapping (.srt)
-
Swiss Map 25/50/100 (.xol)
- Swiss Map 25/50/100 (.xol)
+ Swiss Map 25/50/100 (.xol)
-
+
Tab delimited fields useful for OpenOffice
-
- Teletype [ Get Jonathon Johnson to describe
-
-
-
-
- TomTom Places Itineraries (.itn)
-
-
-
-
+
Write name(s) of format(s) from input session(s)
Name(n) der Format(e) der Eingabesitzung(en) ausgeben
-
+
Write filename(s) from input session(s)
Dateiname(n) der Eingabesitzung(en) ausgeben
@@ -950,11 +772,6 @@
Version of VidaOne file to read or write (1 or 2)
Version der zu schreibenden/lesenden VidaOne-Datei (1 oder 2)
-
-
- Wintec TES file
-
-
String to separate concatenated address fields (default=", ")
Trennzeichen für zusammengefügte Adressfelder (Vorgabe: ", ")
@@ -968,14 +785,13 @@
Unterdrücke zurückgezogene (?) Geocaches
-
+
Suppress separator lines between waypoints
Keine Trennlinien zwischen den Wegpunkten
-
Suppress use of handshaking in name of speed
- Kein 'Handshaking' (im Namen der Geschwindigkeit)
+ Kein 'Handshaking' (im Namen der Geschwindigkeit)
Suppress whitespace in generated shortnames
@@ -986,22 +802,21 @@
Symbol für Punkte
-
+
Sync GPS time to computer time
Synchronisiere PC-Uhr mit dem GPS (PC -> GPS)
-
Synthesize track times
- Erzeuge Tracknamen
+ Erzeuge Tracknamen
-
+
Target GPX version for output
Schreibe in GPX-Version (1.0 oder 1.1)
-
+
Temperature unit [c=Celsius, f=Fahrenheit]
Temperatureinheit [c=Celsius, F=Fahrenheit]
@@ -1018,13 +833,13 @@
.an1 Dateityp
-
-
+
+
Units for altitude (f)eet or (m)etres
Höhenangaben in Fuà oder Meter ('f' oder 'm')
-
+
Units used for names with @speed ('s'tatute or 'm'etric)
Einheit für Geschwindigkeit in Wegpunkten [...@30] ( 's'tatute oder 'm'etrisch)
@@ -1035,38 +850,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
UPPERCASE synth. shortnames
Erzeuge Kurznamen in GroÃbuchstaben
@@ -1081,48 +874,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Use shortname instead of description
Kurznamen anstelle der Beschreibung verwenden
-
+
Use specified bitmap on output
Gewähltes Bitmap (.BMP) für die Ausgabe verwenden
-
+
Version of gdb file to generate (1..3)
Schreibe GDB-Version 1, 2 oder 3
@@ -1131,12 +901,12 @@
Schreibe MapSource Datei in Version ... (3,4 oder 5)
-
+
Waypoint background color
Wegpunkt Hintergrundfarbe
-
+
Waypoint foreground color
Wegpunkt Vordergrundfarbe
@@ -1149,54 +919,65 @@
Kartenbreite in Pixel
-
+
Width of lines, in pixels
Linienhöhe in Pixel
-
+
Write additional node tag key/value pairs
Zusätzliche Wegpunkt (node) Informationspaare (tags) schreiben
-
+
Write additional way tag key/value pairs
Zusätzliche Routen (way) Informationspaare (tags) schreiben
-
+
Write all tracks into one file
Alle Tracks in eine Datei schreiben
-
+
Write description to address field
Beschreibung in das Adressfeld schreiben
-
+
Write each waypoint in a separate file
Jeden Wegpunkt in eine separate Datei schreiben
-
+
Write notes to address field
Kommentar (Notizen) in das Adressfeld schreiben
-
+
Write position to address field
Koordinaten in das Adressfeld schreiben
-
-
+
+
Write position using this grid.
Koordinaten unter Benutzung dieses Gitters (Grids) erzeugen.
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
Write timestamps with offset x to UTC time
Zeitstempel mit Versatz x zur UTC schreiben
@@ -1205,7 +986,7 @@
Tracks ohne Titel erzeugen (kompatibel zu "Carto Exploreur")
-
+
Write tracks for Gisteq Phototracker
Tracks für "Gisteq Phototracker" schreiben
@@ -1222,14 +1003,12 @@
Alan Map500 Wegpunkte und Routen (.wpr)
-
Brauniger IQ Series Barograph Download
- Brauniger IQ Series Barograph Download
+ Brauniger IQ Series Barograph Download
-
Cambridge/Winpilot glider software
- Cambridge/Winpilot glider Software
+ Cambridge/Winpilot glider Software
CarteSurTable data file
@@ -1244,12 +1023,12 @@
CoastalExplorer XML
-
+
Columbus/Visiontac V900 files (.csv)
Columbus/Visiontac V900 Datei (.csv)
-
+
Comma separated values
Kommaseparierte Werte
@@ -1266,7 +1045,7 @@
cotoGPS für Palm/OS
-
+
Data Logger iBlue747 csv
Data Logger iBlue747 (.csv)
@@ -1279,9 +1058,8 @@
DeLorme .an1 (drawing) Datei
-
DeLorme GPL
- DeLorme GPL
+ DeLorme GPL
DeLorme PN-20/PN-30/PN-40 USB protocol
@@ -1296,14 +1074,12 @@
Unabhängig von PN-Version lange Wegpunkte verwenden
-
DeLorme Street Atlas Plus
- DeLorme PN-20/PN-30/PN-40 USB protocol
+ DeLorme PN-20/PN-30/PN-40 USB protocol
-
DeLorme Street Atlas Route
- DeLorme Street Atlas Route
+ DeLorme Street Atlas Route
DeLorme XMap HH Native .WPT
@@ -1318,136 +1094,113 @@
DeLorme XMat HH Street Atlas USA .WPT (PPC)
-
Destinator Itineraries (.dat)
- Destinator Reiserouten (.dat)
+ Destinator Reiserouten (.dat)
-
Destinator Points of Interest (.dat)
- Destinator Points of Interest (.dat)
+ Destinator Points of Interest (.dat)
-
Destinator TrackLogs (.dat)
- Destinator TrackLogs (.dat)
+ Destinator TrackLogs (.dat)
-
EasyGPS binary format
- EasyGPS Binärformat
+ EasyGPS Binärformat
-
+
Embedded Exif-GPS data (.jpg)
Eingebettete EXIF-GPS-Daten (.jpg)
-
+
Set waypoint name to source filename
Wegpunktnamen nach Eingabedatei benennen
-
+
Data Logger iBlue757 csv
Data Logger iBlue747 (.csv) {757 ?}
-
+
Time-frame (in seconds)
Zeit-Frame (in Sekunden)
-
+
Locate waypoint for tagging by this name
Wegpunkt für Tagging mit diesem Namen auffinden
-
+
!OVERWRITE! the original file. Default=N
Originaldatei !ÃBERSCHREIBEN!. Standard=N
-
- Energympro GPS training watch
-
-
-
-
Enigma binary waypoint file (.ert)
- Enigma binäre Wegpunkt-Datei (.ert)
+ Enigma binäre Wegpunkt-Datei (.ert)
-
+
Source for name field in .dbf
-
+
Source for URL field in .dbf
-
+
ESRI shapefile
-
- F90G Automobile DVR GPS log file
-
-
-
-
+
FAI/IGC Flight Recorder Data Format
FAI/IGC Flight Recorder Datenformat
-
+
Read all points even if latitude or longitude is missing
-
+
Flexible and Interoperable Data Transfer (FIT) Activity file
-
- FlySight GPS File
-
-
-
-
Franson GPSGate Simulation
- Franson GPSGate Simulation
+ Franson GPSGate Simulation
-
Fugawi
- Fugawi
+ Fugawi
G7ToWin data files (.g7t)
G7ToWin Datendatei (.g7t)
-
+
Garmin 301 Custom position and heartrate
Garmin 301 Custom Position und Herzfrequenz
-
+
Garmin G1000 datalog input filter file
-
Garmin Logbook XML
- Garmin Logbook XML
+ Garmin Logbook XML
-
+
Garmin MapSource - gdb
Garmin MapSource - gdb
@@ -1456,7 +1209,7 @@
Garmin MapSource - mps
-
+
Garmin MapSource - txt (tab delimited)
Garmin MapSource - txt (Tabulator getrennt)
@@ -1465,47 +1218,47 @@
Garmin PCX5
-
+
Garmin POI database
Garmin POI-Datenbank
-
+
codec to use for writing strings
-
+
language code to use for reading dual language files
-
+
Garmin Points of Interest (.gpi)
Garmin Points of Interest (.gpi)
-
+
Erase existing courses when writing new ones
-
+
Speed in bits per second of serial port (baud=9600)
Ãbertragungsrate des seriellen Ports in Bits/Sekunde (Vorgabe: baud=4800) {9600)?}
-
+
Garmin serial/USB protocol
Garmin Serielles/USB-Protokoll
-
+
Garmin Training Center (.tcx/.crs/.hst/.xml)
-
+
Geocaching.com .loc
Geocaching.com .loc
@@ -1514,29 +1267,28 @@
GeocachingDB für Palm/OS
-
GEOnet Names Server (GNS)
- GEOnet Names Server (GNS)
+ GEOnet Names Server (GNS)
GeoNiche .pdb
GeoNiche .pdb
-
+
GlobalSat DG-100/BT-335 Download
GlobalSat DG-100/BT-335 Download
-
-
-
-
+
+
+
+
Only erase device data, do not download anything
Nur Gerätedaten löschen, aber nichts herunter laden
-
+
Google Earth (Keyhole) Markup Language
Google Earth (Keyhole) Markup Language (.kml)
@@ -1545,9 +1297,8 @@
Google Maps XML
-
Google Navigator Tracklines (.trl)
- Google Navigator Tracklines (.trl)
+ Google Navigator Tracklines (.trl)
GoPal GPS track log (.trk)
@@ -1566,22 +1317,22 @@
GpilotS
-
+
GPS TrackMaker
GPS TrackMaker
-
+
GPSBabel arc filter file
GPSBabel arc Filterdatei
-
+
GpsDrive Format
GpsDrive Format
-
+
GpsDrive Format for Tracks
GpsDrive Format für Tracks
@@ -1598,44 +1349,41 @@
gpsutil
-
+
GPX XML
GPX XML
-
+
Add info (depth) as Humminbird extension
Information (Tiefe) als Humminbird-Erweiterung hinzufügen
-
+
Add info (depth) as Garmin extension
Information (Tiefe) als Garminerweiterung hinzufügen
-
HikeTech
- HikeTech
+ HikeTech
-
Holux (gm-100) .wpo Format
- Holux (gm-100) .wpo Format
+ Holux (gm-100) .wpo Format
-
+
Holux M-241 (MTK based) Binary File Format
Holux M-241 (MTK basiert) Binärdatei
-
+
Holux M-241 (MTK based) download
Holux M-241 (MTK basiert) Download
-
-
-
+
+
Enable logging after download
Logging nach dem Download aktivieren
@@ -1648,24 +1396,23 @@
HSA Endeavour Navigator Export
-
+
HTML Output
HTML Ausgabe
-
+
Humminbird tracks (.ht)
Humminbird Tracks (.ht)
-
+
Humminbird waypoints and routes (.hwr)
Humminbird Wegpunkte und Routen (.hwr)
-
IGN Rando track files
- IGN Rando Trackdatei
+ IGN Rando Trackdatei
Kartex 5 Track File
@@ -1676,26 +1423,24 @@
Kartex 5 Wegpunktdatei
-
Kompass (DAV) Track (.tk)
- Kompass (DAV) Track (.tk)
+ Kompass (DAV) Track (.tk)
-
Kompass (DAV) Waypoints (.wp)
- Kompass (DAV) Wegpunkte (.wp)
+ Kompass (DAV) Wegpunkte (.wp)
KuDaTa PsiTrex text
KuDaTa PsiTrex Text
-
+
Lowrance USR
Lowrance USR
-
+
(USR output) Write version
(USR Ausgabe) Write version
@@ -1712,68 +1457,56 @@
Magellan NAV Companion für Palm/OS
-
Magellan SD files (as for eXplorist)
- Magellan SD files (für eXplorist)
+ Magellan SD files (für eXplorist)
-
Magellan SD files (as for Meridian)
- Magellan SD files (für Meridian)
+ Magellan SD files (für Meridian)
-
Magellan serial protocol
- Magellan serielles Protokoll
+ Magellan serielles Protokoll
-
MagicMaps IK3D project file (.ikt)
- MagicMaps IK3D Projektdatei (.ikt)
+ MagicMaps IK3D Projektdatei (.ikt)
-
Map&Guide 'TourExchangeFormat' XML
- Map&Guide 'TourExchangeFormat' XML
+ Map&Guide 'TourExchangeFormat' XML
Map&Guide to Palm/OS exported files (.pdb)
Map&Guide nach Palm/OS exportierte Datei (.pdb)
-
MapAsia track file (.tr7)
- MapAsia Trackdatei (.tr7)
+ MapAsia Trackdatei (.tr7)
-
Mapopolis.com Mapconverter CSV
- Mapopolis.com Mapconverter CSV
+ Mapopolis.com Mapconverter CSV
-
MapTech Exchange Format
- MapTech Exchange Format
+ MapTech Exchange Format
-
Memory-Map Navigator overlay files (.mmo)
- Memory-Map Navigator Overlay-Datei (.mmo)
+ Memory-Map Navigator Overlay-Datei (.mmo)
-
Write items 'locked' [default no]
- Element 'locked' schreiben [Standard nein]
+ Element 'locked' schreiben [Standard nein]
-
Write items 'visible' [default yes]
- Element 'visible' schreiben [Standard ja]
+ Element 'visible' schreiben [Standard ja]
-
Write files with internal version [n]
- Dateien mit interner Version schreiben [n]
+ Dateien mit interner Version schreiben [n]
Microsoft AutoRoute 2002 (pin/route reader)
@@ -1784,41 +1517,39 @@
Microsoft Streets and Trips (pin/route reader)
-
Microsoft Streets and Trips 2002-2007
- Microsoft Streets and Trips 2002-2007
+ Microsoft Streets and Trips 2002-2007
-
Motorrad Routenplaner (Map&Guide) .bcr files
- Motorrad Routenplaner (Map&Guide) (.bcr)
+ Motorrad Routenplaner (Map&Guide) (.bcr)
MS PocketStreets 2002 Pushpin
MS PocketStreets 2002 Pushpin
-
+
MTK Logger (iBlue 747,...) Binary File Format
MTK Logger (iBlue 747,...) Binärdatei
-
+
MTK Logger (iBlue 747,Qstarz BT-1000,...) download
MTK Logger (iBlue 747,Qstarz BT-1000,...) Download
-
+
National Geographic Topo .tpg (waypoints)
National Geographic Topo .tpg (Wegpunkte)
-
+
National Geographic Topo 2.x .tpo
National Geographic Topo 2.x .tpo
-
+
National Geographic Topo 3.x/4.x .tpo
National Geographic Topo 3.x/4.x .tpo
@@ -1831,34 +1562,28 @@
Navigon Mobile Navigator .rte-Datei
-
Navigon Waypoints
- Navigon Wegpunkte
+ Navigon Wegpunkte
-
NaviGPS GT-11/BGT-11 Download
- NaviGPS GT-11/BGT-11 Download
+ NaviGPS GT-11/BGT-11 Download
-
Clear the datalog
- Datalog löschen
+ Datalog löschen
-
Read from datalogger buffer
- Datalogger-Puffer auslesen
+ Datalogger-Puffer auslesen
-
NaviGPS GT-31/BGT-31 datalogger (.sbp)
- NaviGPS GT-31/BGT-31 Datalogger (.sbp)
+ NaviGPS GT-31/BGT-31 Datalogger (.sbp)
-
NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn)
- NaviGPS GT-31/BGT-31 SiRF binäre Logdatei (.sbn)
+ NaviGPS GT-31/BGT-31 SiRF binäre Logdatei (.sbn)
Naviguide binary route file (.twl)
@@ -1869,330 +1594,260 @@
'wp' - Wegpunktdatei erstellen, 'rte' - Routendatei erstellen
-
-
+
Time zone ID
-
+
Attempt to recovery data from corrupt file
-
+
Don't create waypoints for non-user points
-
- Geogrid-Viewer binary overlay file (.ovl)
-
-
-
-
+
Compact Output. Default is off.
-
+
GeoJson
-
+
GlobalSat DG-200 Download
-
+
list tracks
-
+
get track
-
-
-
-
+
+
+
+
Dump raw data to this file
-
+
GlobalSat GH625XT GPS training watch
-
- Google Directions XML
-
-
-
-
+
Write KML track (default = 0)
-
+
Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation)
-
+
Rotate colors for tracks and routes (default automatic)
-
+
Precision of coordinates, number of decimals
-
+
GPS Tracking Key Pro text
-
+
Precision of elevations, number of decimals
-
-
+
+
Size of blocks in KB to request from device
-
- iGo Primo points of interest (.upoi)
-
-
-
-
+
(USR input) Ignore event marker icons on read
-
+
(USR output) Treat waypoints as icons on write
-
+
(USR output) Merge into one segmented trail
-
+
(USR input) Break segments into separate trails
-
+
(USR output) Output file title string
-
+
(USR output) Device serial number
-
+
(USR output) Output file content description
-
- Mainnav
-
-
-
-
- Mapbar (China) navigation track for Sonim Xp3300
-
-
-
-
- Mapfactor Navigator
-
-
-
-
- Speed in bits per second of serial port (autodetect=0)
-
-
-
-
- Download logged fixes
-
-
-
-
- Show device status
-
-
-
-
- MediaTek Locus
-
-
-
-
-
+
+
First sector to be read from the device
-
-
+
+
Baud rate used to init device (0=autodetect)
-
-
+
+
Last sector to be read from the device (-1: smart read everything)
-
-
+
+
Disable output (useful with erase)
-
-
+
+
Number of sectors to read at once (0=use single sector mode)
-
+
POI for Home Symbol as lat:lng[:alt]
-
+
POI for Car Symbol as lat:lng[:alt]
-
+
POI for Boat Symbol as lat:lng[:alt]
-
+
POI for Heart Symbol as lat:lng[:alt]
-
+
POI for Bar Symbol as lat:lng[:alt]
-
+
MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI)
-
+
Garmin Mobile XT ([ATRK]/STRK)
-
+
Track name processing option ([0]-nrm/1-ign)
-
+
Mobile Garmin XT Track files
-
-
- Motoactiv CSV
-
-
-
-
- MyNav TRC format
-
-
'n' - Keep the existing wp name, 'y' - rename waypoints
'n' - Existierende Wegpunktnamen behalten, 'y' - Wegpunkte umbenennen
-
Navitel binary track (.bin)
- Navitel binäre Trackdatei (.bin)
+ Navitel binäre Trackdatei (.bin)
-
Navitrak DNA marker format
- Navitrak DNA marker format
+ Navitrak DNA marker format
NetStumbler Summary File (text)
NetStumbler Summary File (text)
-
NIMA/GNIS Geographic Names File
- NIMA/GNIS Geographic Names File
+ NIMA/GNIS Geographic Names File
-
+
Accept position fixes in gpgga marked invalid
-
+
NMEA 0183 sentences
NMEA 0183 Sätze
-
- Compact binary representation
-
-
-
-
Nokia Landmark Exchange
- Nokia Landmark Exchange
+ Nokia Landmark Exchange
-
+
OpenStreetMap data files
OpenStreetMap Datendatei (.osm)
-
+
Use this value as custom created_by value
Diesen Wert als eigenen Wert für created_by verwenden
-
+
OziExplorer
OziExplorer
-
+
Unit used in altitude values
Einheit für Höhenwerte
-
+
Unit used in proximity values
Einheit für Entfernungswerte
@@ -2225,19 +1880,16 @@
Quovadis
-
Raymarine Waypoint File (.rwf)
- Raymarine Wegpunktdatei (.rwf)
+ Raymarine Wegpunktdatei (.rwf)
-
Ricoh GPS Log File
- Ricoh GPS Logdatei
+ Ricoh GPS Logdatei
-
See You flight analysis data
- You flight Analysedaten anzeigen
+ You flight Analysedaten anzeigen
Skymap / KMD150 ascii files
@@ -2252,8 +1904,8 @@
Baudrate für die Geräteinitialisierung, 0=automatische Erkennung
-
-
+
+
Baud rate used for download
Baudrate für das Herunterladen
@@ -2278,45 +1930,41 @@
Tabulator-getrennte Felder (nützlich für OpenOffice, Ploticus etc.)
-
+
Textual Output
Textausgabe
-
TomTom Itineraries (.itn)
- TomTom Reiserouten (.itn)
+ TomTom Reiserouten (.itn)
-
TomTom POI file (.asc)
- TomTom POI-Datei (.asc)
+ TomTom POI-Datei (.asc)
-
TomTom POI file (.ov2)
- TomTom POI-Datei (.ov2)
+ TomTom POI-Datei (.ov2)
TopoMapPro Places File
TopoMapPro Places-Datei
-
TrackLogs digital mapping (.trl)
- TrackLogs digital mapping (.trl)
+ TrackLogs digital mapping (.trl)
U.S. Census Bureau Tiger Mapping Service
U.S. Census Bureau Tiger Mapping Service
-
+
Universal csv with field structure in first line
Universelle CSV-Datei mit Feldstruktur in der ersten Zeile
-
+
Vcard Output (for iPod)
VCard-Ausgabe (für iPod)
@@ -2337,41 +1985,32 @@
WiFiFoFum 2.0 für PocketPC XML
-
Wintec WBT-100/200 Binary File Format
- Wintec WBT-100/200 Binärdatei
+ Wintec WBT-100/200 Binärdatei
-
Wintec WBT-100/200 GPS Download
- Wintec WBT-100/200 GPS Download
+ Wintec WBT-100/200 GPS Download
-
Wintec WBT-201/G-Rays 2 Binary File Format
- Wintec WBT-201/G-Rays 2 Binärdatei
+ Wintec WBT-201/G-Rays 2 Binärdatei
-
XAiOX iTrackU Logger
- XAiOX iTrackU Logger
+ XAiOX iTrackU Logger
-
-
Appends the input to a backup file
- Eingabe an Sicherungsdatei anhängen
+ Eingabe an Sicherungsdatei anhängen
-
-
Only waypoints that are not the backup file
- Nur Wegpunkte, die keine Sicherungsdatei sind
+ Nur Wegpunkte, die keine Sicherungsdatei sind
-
XAiOX iTrackU Logger Binary File Format
- XAiOX iTrackU Logger Binärdatei
+ XAiOX iTrackU Logger Binärdatei
Yahoo Geocode API data
diff --git a/gui/coretool/gpsbabel_es.qm b/gui/coretool/gpsbabel_es.qm
index 692bbbd39..8cdd630a4 100644
Binary files a/gui/coretool/gpsbabel_es.qm and b/gui/coretool/gpsbabel_es.qm differ
diff --git a/gui/coretool/gpsbabel_es.ts b/gui/coretool/gpsbabel_es.ts
index 0c3dd7f20..1601bdb07 100644
--- a/gui/coretool/gpsbabel_es.ts
+++ b/gui/coretool/gpsbabel_es.ts
@@ -10,267 +10,112 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Max synthesized shortname length
Longitud máxima del nombre corto
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
Allow whitespace synth. shortnames
Permitir espacios en nombres cortos
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
UPPERCASE synth. shortnames
MAYÃSCULAS en nombres cortos
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Make synth. shortnames unique
Hacer los nombres cortos únicos
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Basename prepended to URL on output
Prefijo añadido a la URL en la salida
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Use shortname instead of description
Usar nombre corto en lugar de descripción
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
GPS datum (def. WGS 84)
GPS datum (def. WGS 84)
@@ -283,14 +128,12 @@
Puntos de interés y rutas Alan Map500 (.wpr)
-
Brauniger IQ Series Barograph Download
- Descarga de Brauniger IQ Series Barograph
+ Descarga de Brauniger IQ Series Barograph
-
Cambridge/Winpilot glider software
- Cambridge/Winpilot glider software
+ Cambridge/Winpilot glider software
CarteSurTable data file
@@ -313,12 +156,12 @@
CoastalExplorer XML
-
+
Columbus/Visiontac V900 files (.csv)
Ficheros Columbus/Visiontac V900 (.csv)
-
+
Comma separated values
Fichero separado por comas (CSV)
@@ -327,12 +170,9 @@
Ficheros CompeGPS (.wpt/.trk/.rte)
-
-
-
-
-
-
+
+
+
Default icon name
Nombre de la imagen por defecto
@@ -344,45 +184,6 @@
Give points (waypoints/route points) a default radius (proximity)
Dar a los puntos (puntos de interes, puntos de ruta) un radio de proximidad por defecto
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Max synthesized shortname length
- Length of generated shortnames (default 16)
- Longitud de los nombres cortos generados (16 por defecto)
-
CoPilot Flight Planner for Palm/OS
CoPilot Flight Planner para Palm/OS
@@ -396,7 +197,7 @@
Nombre de la categorÃa "no asignado"
-
+
Data Logger iBlue747 csv
Data Logger iBlue747 csv
@@ -445,9 +246,8 @@
Radio para cÃrculos
-
DeLorme GPL
- DeLorme GPL
+ DeLorme GPL
DeLorme PN-20/PN-30/PN-40 USB protocol
@@ -462,44 +262,33 @@
Usar notas largas en los puntos de interés independientemente de la versión PN
-
DeLorme Street Atlas Plus
- DeLorme Street Atlas Plus
+ DeLorme Street Atlas Plus
-
DeLorme Street Atlas Route
- DeLorme Street Atlas Route
+ DeLorme Street Atlas Route
-
Keep turns if simplify filter is used
- Preservar los giros si el filtro simplificar es usado
+ Preservar los giros si el filtro simplificar es usado
-
+
Data Logger iBlue757 csv
Data Logger iBlue747 csv {757 ?}
-
Only read turns; skip all other points
- Leer sólo giros, saltar el resto de puntos
-
-
-
- Split into multiple routes at turns
-
+ Leer sólo giros, saltar el resto de puntos
-
Read control points as waypoint/route/none
- Leer los puntos de control como puntos de interés/ruta/ninguno
+ Leer los puntos de control como puntos de interés/ruta/ninguno
-
Synthesize track times
- Calcular los tiempos del trazado
+ Calcular los tiempos del trazado
DeLorme XMap HH Native .WPT
@@ -514,55 +303,50 @@
DeLorme XMat HH Street Atlas USA .WPT (PPC)
-
Destinator Itineraries (.dat)
- Itinerarios Destinator (.dat)
+ Itinerarios Destinator (.dat)
-
Destinator Points of Interest (.dat)
- Puntos de interés Destinator (.dat)
+ Puntos de interés Destinator (.dat)
-
Destinator TrackLogs (.dat)
- Trazadis Destinator (.dat)
+ Trazadis Destinator (.dat)
-
EasyGPS binary format
- Formato binario EasyGPS
+ Formato binario EasyGPS
-
+
Embedded Exif-GPS data (.jpg)
Metadatos Exif-GPS (.jpg)
-
+
Set waypoint name to source filename
No estoy seguro
Poner el nombre del punto de interés al fichero fuente
-
+
Time-frame (in seconds)
Secuencia (en segundos)
-
+
Locate waypoint for tagging by this name
Localizar el punto de interés para etiquetar con este nombre
-
+
!OVERWRITE! the original file. Default=N
¡Seguro! que quieres sobreescribir el fichero original. Por defecto=N
-
Enigma binary waypoint file (.ert)
- Fichero binario de puntos de interés (.ert)
+ Fichero binario de puntos de interés (.ert)
Index of name field in .dbf
@@ -573,77 +357,72 @@
Indice del campo URL en .dbf
-
+
FAI/IGC Flight Recorder Data Format
Formato de datos FAI/IGC Flight Recorder
-
+
(integer sec or 'auto') Barograph to GPS time diff
(entero seg o 'auto') Barograph a GPS tiempo diff
-
Franson GPSGate Simulation
- Simulación Franson GPSGate
+ Simulación Franson GPSGate
-
Default speed for waypoints (knots/hr)
- Velocidad por defecto para puntos de interés (nudos)
+ Velocidad por defecto para puntos de interés (nudos)
-
Split input into separate files
- Dividir en ficheros separados
+ Dividir en ficheros separados
-
Fugawi
- Fugawi
+ Fugawi
G7ToWin data files (.g7t)
Ficheros de datos G7ToWin
-
+
Garmin 301 Custom position and heartrate
Localización y frecuencia de latido Garmin 301 personalizado
-
Garmin Logbook XML
- Garmin Logbook XML
+ Garmin Logbook XML
-
+
Garmin MapSource - gdb
Garmin MapSource - gdb
-
+
Default category on output (1..16)
CategorÃa por defecto en la salida (1..16)
-
-
+
+
Bitmap of categories
Bitmap de categorÃas
-
+
Version of gdb file to generate (1..3)
Versión del fichero gdb a generar (1..3)
-
+
Drop route points that do not have an equivalent waypoint (hidden points)
Eliminar puntos de ruta que no tienen un punto de interés equivalente (puntos ocultos)
-
+
Include major turn points (with description) from calculated route
Incluir giros importantes (con descripción) de la ruta calculada
@@ -652,8 +431,8 @@
Garmin MapSource - mps
-
-
+
+
Length of generated shortnames
Longitud de los nombres cortos generados
@@ -674,44 +453,55 @@
Usar valores de proximidad en el resultado (por defecto se ignoran)
-
+
Garmin MapSource - txt (tab delimited)
Garmin MapSource - txt (delimitado por tabuladores)
-
+
Read/Write date format (i.e. yyyy/mm/dd)
Leer/Escribir el formato de la fecha (por ejemplo aaaa/mm/dd)
-
+
Distance unit [m=metric, s=statute]
Unidades de distancia [m=métricas, s=statute]
-
-
+
+
Write position using this grid.
Escribir la posición usando esta cuadrÃcula.
-
+
Precision of coordinates
Precisión de las coordenadas
-
+
Temperature unit [c=Celsius, f=Fahrenheit]
Unidad de temperatura [c=Celsius, f=Fahrenheit]
-
+
Read/Write time format (i.e. HH:mm:ss xx)
Leer/Escribir el formato de la hora (por ejemplo HH:mm:ss xx)
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
Write timestamps with offset x to UTC time
Escribir marcas de tiempo con un retraso de x a UTC
@@ -724,164 +514,153 @@
Escribir trazados compatibles con Carto Exploreur
-
+
Garmin POI database
Base de datos Garmin POI (Puntos de Interés)
-
+
Garmin Points of Interest (.gpi)
Puntos de interés Garmin (.gpi)
-
+
Enable alerts on speed or proximity distance
Habilitar alertas sobre la velocidad o la proximidad
-
- Energympro GPS training watch
-
-
-
-
+
Source for name field in .dbf
-
+
Source for URL field in .dbf
-
+
ESRI shapefile
-
- F90G Automobile DVR GPS log file
-
-
-
-
+
Read all points even if latitude or longitude is missing
-
+
Flexible and Interoperable Data Transfer (FIT) Activity file
-
- FlySight GPS File
-
-
-
-
+
Garmin G1000 datalog input filter file
-
+
Use specified bitmap on output
Usar bitmap especificado en el resultado
-
+
Default category on output
CategorÃa por defecto en la salida
-
+
Don't show gpi bitmap on device
No mostrar gpi bitmap en el dispositivo
-
+
Write description to address field
Escribir la descripción al campo dirección
-
+
Write notes to address field
Escribir las notas al campo dirección
-
+
Write position to address field
Escribir la posición al campo dirección
-
+
Default proximity
Proximidad por defecto
-
+
After output job done sleep n second(s)
Después de recibir la señal de trabajo realizado, dormir n segundo(s)
-
+
Default speed
Velocidad por defecto
-
+
Create unique waypoint names (default = yes)
Crear nombres únicos para los puntos de interés (defecto=si)
-
+
Units used for names with @speed ('s'tatute or 'm'etric)
Unidades usadas para nombres con @velocidad ('s'tatute p 'm'etricas)
-
+
codec to use for writing strings
-
+
language code to use for reading dual language files
-
+
Erase existing courses when writing new ones
-
+
Speed in bits per second of serial port (baud=9600)
Velocidad en bits por segunod del puerto serie (4800 baudios) {9600)?}
-
+
+ override codec to use for device
+
+
+
+
Garmin serial/USB protocol
Protocolo serial/USB Garmin
-
-
+
+
Return current position as a waypoint
Devolver la posición actual como un punto de interés
-
-
+
Command unit to power itself down
Mandar apagarse a la unidad de GPS
-
+
Sync GPS time to computer time
Sincronizar la hora con el ordenador
-
+
Category number to use for written waypoints
Número de la categorÃa donde escribir los puntos de interés
@@ -890,22 +669,22 @@
Centro de Entrenamiento Garmin
-
+
Write course rather than history, default yes
Escribir la dirección en lugar de la historia, por defecto si
-
+
Sport: Biking (deflt), Running, MultiSport, Other
Deporte: Ciclismo(deflt), Correr, MultiDeporte, Otros
-
+
Geocaching.com .loc
Geocaching.com .loc
-
+
Omit Placer name
Omitir el nombre del lugar
@@ -914,19 +693,16 @@
GeocachingDB para Palm/OS
-
Geogrid-Viewer ascii overlay file (.ovl)
- Fichero de Transparencia ascii Geogrid-Viewer (.ovl)
+ Fichero de Transparencia ascii Geogrid-Viewer (.ovl)
-
Geogrid-Viewer tracklogs (.log)
- Trazados Geogrid-Viewer (.log)
+ Trazados Geogrid-Viewer (.log)
-
GEOnet Names Server (GNS)
- Servidor de Topónimos GEOnet (GNS)
+ Servidor de Topónimos GEOnet (GNS)
GeoNiche .pdb
@@ -941,72 +717,70 @@
Nombre de la categorÃa (Caché)
-
+
GlobalSat DG-100/BT-335 Download
Bajar GlobalSat DG-100/BT-335
-
-
-
-
-
-
-
-
+
+
+
+
+
+
Erase device data after download
Borrar dispostivio después de la descarga
-
-
-
-
+
+
+
+
Only erase device data, do not download anything
Sólo borrar los datos del dispositivo, no descargar nada
-
+
Google Earth (Keyhole) Markup Language
Google Earth (Keyhole) Markup Language KML
-
+
Export linestrings for tracks and routes
Exportar cadenas de texto de los trazados y rutas
-
+
Export placemarks for tracks and routes
Exportar hitos de los trazados y rutas
-
+
Width of lines, in pixels
Achura de las lÃneas (en pÃxeles)
-
+
Line color, specified in hex AABBGGRR
Color de la lÃnea, en hex AABBGGRR
-
+
Altitudes are absolute and not clamped to ground
Las altitudes son absolutas y no están pegadas al terreno
-
+
Draw extrusion line from trackpoint to ground
Extruir lÃnea desde el trazado hasta el suelo
-
+
Include extended data for trackpoints (default = 1)
Incluir datos extendidos para los puntos de trazado (defecto=1)
-
+
Indicate direction of travel in track icons (default = 0)
Indicar la dirección del viaje con iconos (defecto=0)
@@ -1015,12 +789,12 @@
Unidades usadas al escribir los comentarios ('s'tatute p 'm'etricas)
-
+
Display labels on track and routepoints (default = 1)
Mostrar etiquetas en los puntos de los trazados y las rutas (defecto= 1)
-
+
Retain at most this number of position points (0 = unlimited)
Retener como máximo este número de puntos de posición (0 = ilimitados)
@@ -1029,16 +803,15 @@
Google Maps XML
-
Google Navigator Tracklines (.trl)
- Google Navigator Tracklines (.trl)
+ Google Navigator Tracklines (.trl)
GoPal GPS track log (.trk)
Trazado GoPal GPS (.trk)
-
+
Complete date-free tracks with given date (YYYYMMDD).
Completar trazados con una fecha determinada (AAAAMMDD).
@@ -1059,22 +832,22 @@
GpilotS
-
+
GPS TrackMaker
GPS TrackMaker
-
+
GPSBabel arc filter file
Fichero de filtro arc GPSBabel
-
+
GpsDrive Format
Formato GpsDrive
-
+
GpsDrive Format for Tracks
Formato GpsDrive para trazados
@@ -1091,72 +864,69 @@
gpsutil
-
+
GPX XML
GPX XML
-
+
No whitespace in generated shortnames
No permitir espacios en nombres cortos generados
-
+
Create waypoints from geocache log entries
Crear puntos de interés desde las entradas de los trazados geocache
-
+
Base URL for link tag in output
URL base para enlazar etiquetas en el resultado
-
+
Target GPX version for output
Versión GPX del resultado
-
+
Add info (depth) as Humminbird extension
Añadir info (profundidad) como extensión Humminbird
-
+
Add info (depth) as Garmin extension
Añadir info (profundidad) como extensión Garmin
-
HikeTech
- HikeTech
+ HikeTech
-
Holux (gm-100) .wpo Format
- Formato Holux (gm-100) .wpo
+ Formato Holux (gm-100) .wpo
-
+
Holux M-241 (MTK based) Binary File Format
Formato de fichero binario Holux M-241 (MTK based)
-
-
-
-
+
+
+
+
MTK compatible CSV output file
Fichero de salida CSV MTK compatible
-
+
Holux M-241 (MTK based) download
Descarga de Holux M-241 (basado en MTK)
-
-
-
+
+
Enable logging after download
Habilitar registro después de la descarga
@@ -1169,84 +939,77 @@
Fihero de exportación HSA Endeavour Navigator
-
+
HTML Output
Salida a HTML
-
+
Path to HTML style sheet
Ruta a la hoja de estilo HTML
-
-
-
+
+
+
Encrypt hints using ROT13
Emcriptar trucos usando ROT13
-
-
+
+
Include groundspeak logs if present
Incluir registros 'groundspeak' si están presentes
-
-
+
+
Degrees output as 'ddd', 'dmm'(default) or 'dms'
Salida en grados como 'ddd', 'dmm'(defecto) o 'dms'
-
-
+
+
Units for altitude (f)eet or (m)etres
Unidades de altitud pies (f) o metros (m)
-
+
Humminbird tracks (.ht)
Trazados Humminbird (.ht)
-
+
Humminbird waypoints and routes (.hwr)
Puntos de interés y rutas Humminbird (.hwr)
-
IGN Rando track files
- Trazados IGN Rando
+ Trazados IGN Rando
-
Index of track to write (if more than one in source)
- Indice del trazado a escribir (si la fuente tiene más de uno)
+ Indice del trazado a escribir (si la fuente tiene más de uno)
-
iGO2008 points of interest (.upoi)
- Puntos de interés iGO2008 (.upoi)
+ Puntos de interés iGO2008 (.upoi)
-
IGO8 .trk
- IGO8 .trk
+ IGO8 .trk
-
Track identification number
- Identificador del tratado
+ Identificador del tratado
-
Track title
- TÃtulo del trazado
+ TÃtulo del trazado
-
Track description
- Descripción del trazado
+ Descripción del trazado
Generate # points
@@ -1269,21 +1032,19 @@
Fichero de puntos de interés Kartex 5
-
Kompass (DAV) Track (.tk)
- Trazado Kompass (DAV) (.tk)
+ Trazado Kompass (DAV) (.tk)
-
Kompass (DAV) Waypoints (.wp)
- Puntos de interés Kompass (DAV) (.wp)
+ Puntos de interés Kompass (DAV) (.wp)
KuDaTa PsiTrex text
Texto KuDaTa PsiTrex
-
+
Lowrance USR
Lowrance USR
@@ -1304,7 +1065,7 @@
(entrada USR) Dividir los segmentos en trazados separados
-
+
(USR output) Write version
(salida USR) Escribir versión
@@ -1325,97 +1086,77 @@
Magellan NAV Companion para Palm/OS
-
Magellan SD files (as for eXplorist)
- Ficheros Magellan SD (como los del eXplorist)
+ Ficheros Magellan SD (como los del eXplorist)
-
-
-
Max number of comments to write (maxcmts=200)
- Máximo número de comentarios a escribir (maxcmts=200)
+ Máximo número de comentarios a escribir (maxcmts=200)
-
Magellan SD files (as for Meridian)
- Ficheros Magellan SD (como los del Meridian)
+ Ficheros Magellan SD (como los del Meridian)
-
Magellan serial protocol
- Protocolo serie Magellan
+ Protocolo serie Magellan
-
Numeric value of bitrate (baud=4800)
- Valor numérico de la conexión (baudios=4800)
+ Valor numérico de la conexión (baudios=4800)
-
Suppress use of handshaking in name of speed
no sé
- Suprimir el uso del agitador en nombre de la velocidad
+ Suprimir el uso del agitador en nombre de la velocidad
-
-
Delete all waypoints
- Borrrar todos los puntos de interés
+ Borrrar todos los puntos de interés
-
MagicMaps IK3D project file (.ikt)
- Fichero de proyecto MagicMaps IK3D (.ikt)
+ Fichero de proyecto MagicMaps IK3D (.ikt)
-
Map&Guide 'TourExchangeFormat' XML
- Map&Guide 'TourExchangeFormat' XML
+ Map&Guide 'TourExchangeFormat' XML
-
Include only via stations in route
- Incluir sólo a través de las estaciones en la ruta
+ Incluir sólo a través de las estaciones en la ruta
Map&Guide to Palm/OS exported files (.pdb)
Fichero de exportación Map&Guide a Palm/OS (.pdb)
-
MapAsia track file (.tr7)
- Trazado MapAsia (.tr7)
+ Trazado MapAsia (.tr7)
-
Mapopolis.com Mapconverter CSV
- Mapopolis.com Mapconverter CSV
+ Mapopolis.com Mapconverter CSV
-
MapTech Exchange Format
- Formato de intercambio MapTech
+ Formato de intercambio MapTech
-
Memory-Map Navigator overlay files (.mmo)
- Capa de cobertura Memory-Map Navigator
+ Capa de cobertura Memory-Map Navigator
-
Write items 'locked' [default no]
- Escribir elementos bloqueados [por defecto no]
+ Escribir elementos bloqueados [por defecto no]
-
Write items 'visible' [default yes]
- Escribir elementos 'visibles' [por defecto si]
+ Escribir elementos 'visibles' [por defecto si]
-
Write files with internal version [n]
- Escribir ficheros con la versión del sistema [n]
+ Escribir ficheros con la versión del sistema [n]
Microsoft AutoRoute 2002 (pin/route reader)
@@ -1426,62 +1167,57 @@
Microsoft Streets and Trips (lector de puntos y rutas)
-
Microsoft Streets and Trips 2002-2007
- Microsoft Streets and Trips 2002-2007
+ Microsoft Streets and Trips 2002-2007
-
Motorrad Routenplaner (Map&Guide) .bcr files
- Ficheros Motorrad Routenplaner (Map&Guide) .bcr
+ Ficheros Motorrad Routenplaner (Map&Guide) .bcr
-
Index of route to write (if more than one in source)
- Indice de la ruta a escribir (si la fuente tiene más de uno)
+ Indice de la ruta a escribir (si la fuente tiene más de uno)
-
New name for the route
- Nuevo nombre de la ruta
+ Nuevo nombre de la ruta
-
Radius of our big earth (default 6371000 meters)
- Radio del planeta tierra (por defecto 6371000 metros)
+ Radio del planeta tierra (por defecto 6371000 metros)
MS PocketStreets 2002 Pushpin
MS PocketStreets 2002 Pushpin
-
+
MTK Logger (iBlue 747,...) Binary File Format
Formato de fichero binario MTK Logger (iBlue 747,...)
-
+
MTK Logger (iBlue 747,Qstarz BT-1000,...) download
Descarga de MTK Logger (iBlue 747,...)
-
+
National Geographic Topo .tpg (waypoints)
National Geographic Topo .tpg (Puntos de interés)
-
+
Datum (default=NAD27)
esta opción es buena para América del Norte sólo
Datum (default=NAD27, esta opción es buena para América del Norte sólo)
-
+
National Geographic Topo 2.x .tpo
National Geographic Topo 2.x .tpo
-
+
National Geographic Topo 3.x/4.x .tpo
National Geographic Topo 3.x/4.x .tpo
@@ -1498,44 +1234,36 @@
Ficheros del Navigon Mobile Navigator .rte
-
Navigon Waypoints
- Puntos de interés Navigon
+ Puntos de interés Navigon
-
NaviGPS GT-11/BGT-11 Download
- Descarga de NaviGPS GT-11/BGT-11
+ Descarga de NaviGPS GT-11/BGT-11
-
Delete all track points
- Borrrar todos los puntos del trazado
+ Borrrar todos los puntos del trazado
-
Delete all routes
- Borrrar todas las rutas
+ Borrrar todas las rutas
-
Clear the datalog
- Limpiar la memoria
+ Limpiar la memoria
-
Read from datalogger buffer
- Leer de la memoria
+ Leer de la memoria
-
NaviGPS GT-31/BGT-31 datalogger (.sbp)
- Memoria del NaviGPS GT-31/BGT-31
+ Memoria del NaviGPS GT-31/BGT-31
-
NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn)
- Fichero de almacenamiento binario del NaviGPS GT-31/BGT-31 SiRF
+ Fichero de almacenamiento binario del NaviGPS GT-31/BGT-31 SiRF
Naviguide binary route file (.twl)
@@ -1550,14 +1278,12 @@
'n' - Conserva el nombre del punto de interés existente, 'y' - cambia el nombre de los puntos de interés
-
Navitel binary track (.bin)
- Trazado binario Navitel (.bin)
+ Trazado binario Navitel (.bin)
-
Navitrak DNA marker format
- Fomato del marcador Navitrak DNA
+ Fomato del marcador Navitrak DNA
NetStumbler Summary File (text)
@@ -1585,117 +1311,125 @@
El nombre corto es la MAC address
-
NIMA/GNIS Geographic Names File
- Fichero de topónimos NIMA/GNIS
+ Fichero de topónimos NIMA/GNIS
-
+
NMEA 0183 sentences
Frases NMEA 018
-
+
Max length of waypoint name to write
Longitud máxima del nombre del punto de interés
-
+
+ Image Offset Time (+HH:MM or -HH:MM)
+
+
+
+
+ Google Takeout Location History
+
+
+
+
Read/write GPRMC sentences
Leer/escribir GPRMC frases
-
+
Read/write GPGGA sentences
Leer/escribir GPGGA frases
-
+
Read/write GPVTG sentences
Leer/escribir GPVTG frases
-
+
Read/write GPGSA sentences
Leer/escribir GPGSA frases
-
+
Decimal seconds to pause between groups of strings
Demora en décimas de segundo entre textos
-
+
Append realtime positioning data to the output file instead of truncating
Añadrir el la hora del poscionamiento al fichero de salida en lugar de truncarla
-
+
Speed in bits per second of serial port (baud=4800)
Velocidad en bits por segunod del puerto serie (4800 baudios)
-
+
Write tracks for Gisteq Phototracker
Escribir trazados para el Gisteq Phototracker
-
Nokia Landmark Exchange
- Nokia Landmark Exchange
+ Nokia Landmark Exchange
-
+
OpenStreetMap data files
Ficheros de datos de OpenStreetMap (gratuitos)
-
+
Write additional way tag key/value pairs
Escribir pares adiciones de clave/valor para la etiqueta de sentido
-
+
Write additional node tag key/value pairs
Escribir pares adiciones de clave/valor para la etiqueta de nodo
-
+
Use this value as custom created_by value
Usar este valor como valor personalizado
-
+
OziExplorer
OziExplorer
-
+
Write all tracks into one file
Escribir todos los trazados a un fichero único
-
+
Waypoint foreground color
Color del primer plano del punto de interés
-
+
Waypoint background color
Color del fondo del punto de interés
-
+
Proximity distance
Distancia de proximidad
-
+
Unit used in altitude values
Unidades usadas en los valores de altitud
-
+
Unit used in proximity values
Unidades usadas en los valores de proximidad
@@ -1744,24 +1478,20 @@
Quovadis
-
Raymarine Waypoint File (.rwf)
- Fichero de puntos de interés Raymarine (.rwf)
+ Fichero de puntos de interés Raymarine (.rwf)
-
Default location
- Localización por defecto
+ Localización por defecto
-
Ricoh GPS Log File
- Fichero de memoria de Ricoh GPS
+ Fichero de memoria de Ricoh GPS
-
See You flight analysis data
- Revisar los datos del análisis de tu vuelo
+ Revisar los datos del análisis de tu vuelo
Skymap / KMD150 ascii files
@@ -1776,8 +1506,8 @@
Baudios usados para inicializar el dispositivo, autodetectar=0
-
-
+
+
Baud rate used for download
Baudios usados para la descarga
@@ -1802,57 +1532,51 @@
Ficheros Suunto Trek Manager (STM) WaypointPlus
-
Swiss Map 25/50/100 (.xol)
- Swiss Map 25/50/100 (.xol)
+ Swiss Map 25/50/100 (.xol)
Tab delimited fields useful for OpenOffice, Ploticus etc.
Campos delimitados por tabuladores, útila para OpenOffice, Ploticus etc.
-
+
Textual Output
Salida literal
-
+
Suppress separator lines between waypoints
Suprimir saltos de lÃnea entre los puntos de interés
-
+
Write each waypoint in a separate file
escribir cada punto de interés en un fichero separado
-
TomTom Itineraries (.itn)
- TomTom Itineraries (.itn)
+ TomTom Itineraries (.itn)
-
TomTom POI file (.asc)
- TomTom POI file (.asc)
+ TomTom POI file (.asc)
-
TomTom POI file (.ov2)
- TomTom POI file (.ov2)
+ TomTom POI file (.ov2)
TopoMapPro Places File
Fichero de TopoMapPro Places
-
TrackLogs digital mapping (.trl)
- Mapa digital TrackLogs (.trl)
+ Mapa digital TrackLogs (.trl)
-
Index of track (if more than one in source)
- Indice del trazado (si la fuente tiene más de uno)
+ Indice del trazado (si la fuente tiene más de uno)
U.S. Census Bureau Tiger Mapping Service
@@ -1863,359 +1587,283 @@
Suprimir etiquetas en los puntos creados
-
-
+
Time zone ID
-
+
Attempt to recovery data from corrupt file
-
+
Don't create waypoints for non-user points
-
+
Garmin Training Center (.tcx/.crs/.hst/.xml)
-
- Geogrid-Viewer binary overlay file (.ovl)
-
-
-
-
+
Compact Output. Default is off.
-
+
GeoJson
-
+
GlobalSat DG-200 Download
-
+
list tracks
-
+
get track
-
-
-
-
+
+
+
+
Dump raw data to this file
-
+
GlobalSat GH625XT GPS training watch
-
- Google Directions XML
-
-
-
-
+
Write KML track (default = 0)
-
+
Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation)
-
+
Rotate colors for tracks and routes (default automatic)
-
+
Precision of coordinates, number of decimals
-
+
GPS Tracking Key Pro text
-
+
Precision of elevations, number of decimals
-
-
+
+
Size of blocks in KB to request from device
-
- iGo Primo points of interest (.upoi)
-
-
-
-
+
(USR input) Ignore event marker icons on read
-
+
(USR output) Treat waypoints as icons on write
-
+
(USR output) Merge into one segmented trail
-
+
(USR input) Break segments into separate trails
-
+
(USR output) Output file title string
-
+
(USR output) Device serial number
-
+
(USR output) Output file content description
-
- Mainnav
-
-
-
-
- Mapbar (China) navigation track for Sonim Xp3300
-
-
-
-
- Mapfactor Navigator
-
-
-
-
- Speed in bits per second of serial port (autodetect=0)
-
-
-
-
- Download logged fixes
-
-
-
-
- Show device status
-
-
-
-
- MediaTek Locus
-
-
-
-
-
+
+
First sector to be read from the device
-
-
+
+
Baud rate used to init device (0=autodetect)
-
-
+
+
Last sector to be read from the device (-1: smart read everything)
-
-
+
+
Disable output (useful with erase)
-
-
+
+
Number of sectors to read at once (0=use single sector mode)
-
+
POI for Home Symbol as lat:lng[:alt]
-
+
POI for Car Symbol as lat:lng[:alt]
-
+
POI for Boat Symbol as lat:lng[:alt]
-
+
POI for Heart Symbol as lat:lng[:alt]
-
+
POI for Bar Symbol as lat:lng[:alt]
-
+
MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI)
-
+
Garmin Mobile XT ([ATRK]/STRK)
-
+
Track name processing option ([0]-nrm/1-ign)
-
+
Mobile Garmin XT Track files
-
- Motoactiv CSV
-
-
-
-
- MyNav TRC format
-
-
-
-
+
Accept position fixes in gpgga marked invalid
-
- Compact binary representation
-
-
-
-
+
codec to use for reading and writing strings (default windows-1252)
-
+
Qstarz BL-1000
-
+
Set location finder target location as lat,lng
-
+
Configure logging parameter as tmin:tmax:dmin:dmax
-
-
-
+
+
+
Seconds that GPS time tracks UTC (0: best guess)
-
-
-
+
+
+
GPS week rollover period we're in (-1: best guess)
-
+
SkyTraq Venus based loggers (download)
-
+
First sector to be read from the file
-
+
Last sector to be read from the file (-1: read till empty sector)
-
+
SkyTraq Venus based loggers Binary File Format
-
+
Format for subtitles
-
+
SubRip subtitles for video mapping (.srt)
-
+
Tab delimited fields useful for OpenOffice
-
-
- Teletype [ Get Jonathon Johnson to describe
-
-
-
-
- TomTom Places Itineraries (.itn)
-
-
Generate file with lat/lon for centering map
Crear fichero con lat/lon para centrar el mapa
@@ -2261,22 +1909,22 @@
La descripción ya es la marca
-
+
Universal csv with field structure in first line
Formato csv universal con la estructura de campos en la primera lÃnea
-
+
Write name(s) of format(s) from input session(s)
Escribir los de los formatos de entrada en cada sesión
-
+
Write filename(s) from input session(s)
Escribir el nombre de los ficheros de entrada en cada sesión
-
+
Vcard Output (for iPod)
Salida Vcard (para iPod)
@@ -2305,17 +1953,17 @@
Nombre del icono de infraestructura cerrada
-
+
Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000)
-
+
GPS time at position video_time (hhmmss[.sss], default is first timestamp of track)
-
+
GPS date at position video_time (yyyymmdd, default is first timestamp of track)
@@ -2332,46 +1980,32 @@
Nombre del icono abierto ad-hoc
-
- Wintec TES file
-
-
-
-
Wintec WBT-100/200 Binary File Format
- Formato de fichero binario Wintec WBT-100/200
+ Formato de fichero binario Wintec WBT-100/200
-
Wintec WBT-100/200 GPS Download
- Descarga de Wintec WBT-100/200 GPS
+ Descarga de Wintec WBT-100/200 GPS
-
Wintec WBT-201/G-Rays 2 Binary File Format
- Formato de fichero binario Wintec WBT-201/G-Rays 2
+ Formato de fichero binario Wintec WBT-201/G-Rays 2
-
XAiOX iTrackU Logger
- Registors del XAiOX iTrackU
+ Registors del XAiOX iTrackU
-
-
Appends the input to a backup file
- Añadir la entrada a una copia de seguridad
+ Añadir la entrada a una copia de seguridad
-
-
Only waypoints that are not the backup file
- Sólo los puntos que no están en la copia de seguridad
+ Sólo los puntos que no están en la copia de seguridad
-
XAiOX iTrackU Logger Binary File Format
- Formato de fichero binario XAiOX iTrackU Logger
+ Formato de fichero binario XAiOX iTrackU Logger
Yahoo Geocode API data
diff --git a/gui/coretool/gpsbabel_fr.qm b/gui/coretool/gpsbabel_fr.qm
index b75fdd622..7f9d4c4ef 100644
Binary files a/gui/coretool/gpsbabel_fr.qm and b/gui/coretool/gpsbabel_fr.qm differ
diff --git a/gui/coretool/gpsbabel_fr.ts b/gui/coretool/gpsbabel_fr.ts
index c9d9b7aa6..4eda6723a 100644
--- a/gui/coretool/gpsbabel_fr.ts
+++ b/gui/coretool/gpsbabel_fr.ts
@@ -4,7 +4,7 @@
core
-
+
(integer sec or 'auto') Barograph to GPS time diff
(entier sec ou 'auto') Barograph de différence temporelle GPS
@@ -25,51 +25,29 @@
Nom de l'icône pour Ad-hoc ouvert
-
+
After output job done sleep n second(s)
Faire une pause de n secondes lorsque l'éxécution est terminée
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
Allow whitespace synth. shortnames
Autoriser les espaces dans les noms courts
-
+
Altitudes are absolute and not clamped to ground
Les altitudes sont absolue et idépendantes du sol
@@ -78,18 +56,18 @@
Ajouter icon_descr à la description
-
+
Append realtime positioning data to the output file instead of truncating
Ajoute les données de position en temps réel au fichier de sortie plutôt que de le tronquer
-
+
Base URL for link tag in output
URL de base pour l'étiquette de lien en sortie
-
-
+
+
Bitmap of categories
Cartographie des catégories
@@ -98,7 +76,7 @@
Nom de la catégorie
-
+
Category number to use for written waypoints
Numéro de catégorie pour les balises écrites
@@ -107,23 +85,22 @@
Couleur des lignes ou des notes
-
-
+
Command unit to power itself down
Ordonner au GPS de s'éteindre
-
+
Complete date-free tracks with given date (YYYYMMDD).
Ajouter une date donnée (AAAAMMJJ) à une trace sans horodatage
-
+
Create unique waypoint names (default = yes)
Créer des noms de balises uniques (oui par défaut)
-
+
Create waypoints from geocache log entries
Créer des balises à partir des entrés de log géocache
@@ -136,7 +113,7 @@
Nom de la base de données (nom de fichier)
-
+
Datum (default=NAD27)
Datum (défaut=NAD27)
@@ -145,79 +122,70 @@
Nombre de jours après lesquels les points sont considérés comme anciens
-
+
Decimal seconds to pause between groups of strings
Dixième de seconde de pause entre les groups de chaines
-
+
Default category on output
Catégorie par défaut en sortie
-
+
Default category on output (1..16)
Catégorie par défaut en sortie (1..16)
-
-
-
-
-
-
+
+
+
Default icon name
Nom d'icone par défaut
-
Default location
- Endroit par défaut
+ Endroit par défaut
-
+
Default proximity
Proximité par défaut
-
+
Default speed
Vitesse par défaut
-
Default speed for waypoints (knots/hr)
- Vitesse par défaut pour les balises (noeuds par heures)
+ Vitesse par défaut pour les balises (noeuds par heures)
-
-
+
+
Degrees output as 'ddd', 'dmm'(default) or 'dms'
Ecrire les dégrés en 'd°d°d°', 'd°m'm''(défaut) ou 'd°m's'''
-
Delete all routes
- Supprimer toutes les routes
+ Supprimer toutes les routes
-
Delete all track points
- Supprimer tous les points de traces
+ Supprimer tous les points de traces
-
-
Delete all waypoints
- Supprimer toutes les balises
+ Supprimer toutes les balises
-
+
Display labels on track and routepoints (default = 1)
Afficher les labels sur les traces et les points de routes (défaut = 1)
-
+
Distance unit [m=metric, s=statute]
Unité de distance [m = métrique, s=stature]
@@ -230,29 +198,29 @@
Ne pas ajouter les URLs aux descriptions
-
+
Don't show gpi bitmap on device
Ne pas afficher les images gpi sur le périphérique
-
+
Draw extrusion line from trackpoint to ground
Générer une ligne d'extrusion entre le sol et le point de trace
-
+
Drop route points that do not have an equivalent waypoint (hidden points)
Eliminer les points de route qui n'ont pas de balises équivallentes (points cachés)
-
+
Enable alerts on speed or proximity distance
Activer les alertes de vitesse ou de proximité
-
-
-
+
+
+
Encrypt hints using ROT13
Encrypter les signes en ROT13
@@ -261,24 +229,22 @@
Encrypter les signes avec ROT13
-
-
-
-
-
-
-
-
+
+
+
+
+
+
Erase device data after download
Effacer les données du périphérique après téléchargement
-
+
Export linestrings for tracks and routes
Exporter les chaînes de caractères pour les traces et les routes
-
+
Export placemarks for tracks and routes
Exporter les marqueurs pour les traces et les routes
@@ -301,39 +267,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
GPS datum (def. WGS 84)
@@ -346,25 +290,24 @@
Ignorer les marqueurs d'événements lors de la lecture
-
+
Include extended data for trackpoints (default = 1)
Inclure les données étendues pour les points de trace (défaut = 1)
-
-
+
+
Include groundspeak logs if present
Inclure les logs groundspeak si disponible
-
+
Include major turn points (with description) from calculated route
Inclure les points de virage (avec description) de la route calculée
-
Include only via stations in route
- Inclure seulement les étapes dans la route
+ Inclure seulement les étapes dans la route
Include short name in bookmarks
@@ -379,7 +322,7 @@
Index du champ URL dans le .dbf
-
+
Indicate direction of travel in track icons (default = 0)
Indiquer la direction de déplacement dans les icones de la trace (défaut = 0)
@@ -392,95 +335,50 @@
Nom de l'icône pour l'Infrastructure ouverte
-
Keep turns if simplify filter is used
- Garder les virages si le filtre simplifié est utilisé
+ Garder les virages si le filtre simplifié est utilisé
-
-
+
+
Length of generated shortnames
Longueur des nom courts générés
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Max synthesized shortname length
Length of generated shortnames (default 16)
Longueur des nom courts générés (défaut : 16)
-
+
Line color, specified in hex AABBGGRR
Couleur de la ligne, spécifié en hexadécimal AABBGGRR
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Make synth. shortnames unique
Les noms courts sont tous différents
@@ -505,68 +403,27 @@
Type de marqueur pour les points non trouvés
-
+
Max length of waypoint name to write
Longueur maximum du nom de la balise
-
-
-
Max number of comments to write (maxcmts=200)
- Nombre maximum de commentaires à écrire (maxcmts=200)
+ Nombre maximum de commentaires à écrire (maxcmts=200)
Max shortname length when used with -s
Longueur maximum du nom court lorsque utilisé avec l'option -s
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Max synthesized shortname length
- Longueur max. de noms courts générés
-
Merge output with existing file
Fusionner la sortie avec un fichier existant
-
-
-
-
+
+
+
+
MTK compatible CSV output file
Fichier de sortie CSV compatible MTK
@@ -575,16 +432,15 @@
Nom de la catégorie 'non assignée'
-
New name for the route
- Nouveau nom pour la route
+ Nouveau nom pour la route
No separator lines between waypoints
Supprimer les lignes de séparation entre les balises
-
+
No whitespace in generated shortnames
Supprimer les espaces dans les noms courts générés
@@ -597,32 +453,30 @@
Ne pas récupérer les noms d'icones non encryptés
-
Numeric value of bitrate (baud=4800)
- Valeur numérique de la vitesse de transfert (4800 bauds)
+ Valeur numérique de la vitesse de transfert (4800 bauds)
-
+
Omit Placer name
Omettre le nom du Placer
-
Only read turns; skip all other points
- Lire seulement les virages; ne pas tenire compte des autres points
+ Lire seulement les virages; ne pas tenire compte des autres points
-
+
Path to HTML style sheet
Chemin vers une feuille de style HTML
-
+
Precision of coordinates
Précision des coordonnées
-
+
Proximity distance
Distance de proximité
@@ -631,57 +485,55 @@
Rayon des cercles
-
Radius of our big earth (default 6371000 meters)
- Rayon de la terre (défaut : 6371000 mètres)
+ Rayon de la terre (défaut : 6371000 mètres)
-
Read control points as waypoint/route/none
- Lire les points de contrôle en temps à la balise/route/rien
+ Lire les points de contrôle en temps à la balise/route/rien
Read/Write date format (i.e. DDMMYYYY)
Lire/Ecrire le format date (i.e. JJMMYYYY)
-
+
Read/Write date format (i.e. yyyy/mm/dd)
Lire/Ecrire le format de date (i.e. YYYY/MM/DD)
-
+
Read/write GPGGA sentences
Lire/Ecrire des séquences GPGGA
-
+
Read/write GPGSA sentences
Lire/Ecrire des séquences GPGSA
-
+
Read/write GPRMC sentences
Lire/Ecrire des séquences GPRMC
-
+
Read/write GPVTG sentences
Lire/ECrire des séquences GPVTG
-
+
Read/Write time format (i.e. HH:mm:ss xx)
Lire/Ecrire le format horaire (i.e. HH:mm:ss xx)
-
+
Retain at most this number of position points (0 = unlimited)
Retenir au maximum ce nombre de points de positions (0 = illimité)
-
-
+
+
Return current position as a waypoint
Renvoyer la position courante en tant que balise
@@ -692,37 +544,15 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Basename prepended to URL on output
Set waypoint name to source filename.
Faire correspondre les nom de la balise au nom du fichier source.
@@ -732,79 +562,32 @@
Le nom court est l'adresse MAC
-
+
Speed in bits per second of serial port (baud=4800)
Vitesse du port série en bits par seconde (baud=4800)
-
Split input into separate files
- Découper l'entrée en fichiers séparés
+ Découper l'entrée en fichiers séparés
-
Split into multiple routes at turns
- Séparer en plusieurs routes à chaque virage
+ Séparer en plusieurs routes à chaque virage
-
+
Write course rather than history, default yes
-
+
Sport: Biking (deflt), Running, MultiSport, Other
-
-
- Geogrid-Viewer ascii overlay file (.ovl)
-
-
-
-
- Geogrid-Viewer tracklogs (.log)
-
-
-
-
- Index of track to write (if more than one in source)
-
-
-
-
- iGO2008 points of interest (.upoi)
-
-
-
-
- IGO8 .trk
-
-
-
-
- Track identification number
-
-
-
-
- Track title
-
-
-
-
- Track description
-
-
Starting seed of the internal number generator
Racine du générateur de nombres internes
-
-
- Index of route to write (if more than one in source)
-
-
Stealth encrypted icon name
Récupérer les noms d'icones encryptés
@@ -814,104 +597,89 @@
Récupérer les noms d'icones non encryptés
-
+
Set location finder target location as lat,lng
-
+
Configure logging parameter as tmin:tmax:dmin:dmax
-
-
-
+
+
+
Seconds that GPS time tracks UTC (0: best guess)
-
-
-
+
+ Image Offset Time (+HH:MM or -HH:MM)
+
+
+
+
+ Google Takeout Location History
+
+
+
+
+
+
GPS week rollover period we're in (-1: best guess)
-
+
codec to use for reading and writing strings (default windows-1252)
-
+
SkyTraq Venus based loggers (download)
-
+
First sector to be read from the file
-
+
Last sector to be read from the file (-1: read till empty sector)
-
+
SkyTraq Venus based loggers Binary File Format
-
+
Format for subtitles
-
+
SubRip subtitles for video mapping (.srt)
-
- Swiss Map 25/50/100 (.xol)
-
-
-
-
+
Tab delimited fields useful for OpenOffice
-
- Teletype [ Get Jonathon Johnson to describe
-
-
-
-
- TomTom Places Itineraries (.itn)
-
-
-
-
- Index of track (if more than one in source)
-
-
-
-
+
Write name(s) of format(s) from input session(s)
-
+
Write filename(s) from input session(s)
-
-
- Wintec TES file
-
-
String to separate concatenated address fields (default=", ")
Chaine de caractère pour séparer les champs d'adresse (", " par défaut)
@@ -925,14 +693,13 @@
Suypprimer les géocaches désactivées
-
+
Suppress separator lines between waypoints
Supprimer les lignes séparatrices entre les balises
-
Suppress use of handshaking in name of speed
- Supprimer les controles pour améliorer les performances
+ Supprimer les controles pour améliorer les performances
Suppress whitespace in generated shortnames
@@ -943,22 +710,21 @@
Symbole à utiliser pour les données de type point
-
+
Sync GPS time to computer time
Synchroniser l'heure du GPS avec l'heure du PC
-
Synthesize track times
- Simplifier l'horodatage des traces
+ Simplifier l'horodatage des traces
-
+
Target GPX version for output
Version du fichier GPX pour la sortie
-
+
Temperature unit [c=Celsius, f=Fahrenheit]
Unité de température (c=Celsius, f=Farenheit)
@@ -975,13 +741,13 @@
Type de fichier .an1
-
-
+
+
Units for altitude (f)eet or (m)etres
Unités d'altitude (p)ieds ou (m)ètres
-
+
Units used for names with @speed ('s'tatute or 'm'etric)
Unités utilisées avec @vitess ('s'tatute ou 'm'étrique)
@@ -992,38 +758,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
UPPERCASE synth. shortnames
Noms courts en MAJUSCULE
@@ -1038,48 +782,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Use shortname instead of description
Utiliser le nom court au lieu de la description
-
+
Use specified bitmap on output
Utiliser l'images spécifiée en sortie
-
+
Version of gdb file to generate (1..3)
Version du fichier gbd à générer (1..3)
@@ -1088,12 +809,12 @@
Version du fichier mapsource à créer (3,4,5)
-
+
Waypoint background color
Couleur de fond de la balise
-
+
Waypoint foreground color
Couleur de la balise
@@ -1106,54 +827,65 @@
Largeur de la carte en pixels
-
+
Width of lines, in pixels
Largeur des lignes en pixels
-
+
Write additional node tag key/value pairs
Ecrire des étiquettes de noeuds additionnelles clé/valeurs
-
+
Write additional way tag key/value pairs
Ecrire des étiquettes de chemins additionnelles clé/valeurs
-
+
Write all tracks into one file
Ecrire toutes les traces dans un fichier
-
+
Write description to address field
Ecrire la description dans le champ d'adresse
-
+
Write each waypoint in a separate file
Ecrire chaque balise dans un fichier séparé
-
+
Write notes to address field
Ecrire les notes dans le champ d'adresse
-
+
Write position to address field
Ecrire la position dans le champ d'adresse
-
-
+
+
Write position using this grid.
Ecrire la position en utilisant cette grille.
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
Write timestamps with offset x to UTC time
Ecrire l'horodatage avec un décalage de x par rapport à l'heure UTC
@@ -1162,7 +894,7 @@
Ecrire des traces compatibles avec CartoExploreur
-
+
Write tracks for Gisteq Phototracker
Ecrire les traces pour Gisteq Phototracker
@@ -1172,911 +904,542 @@
- Brauniger IQ Series Barograph Download
-
-
-
-
- Cambridge/Winpilot glider software
+ Columbus/Visiontac V900 files (.csv)
- Columbus/Visiontac V900 files (.csv)
+ Comma separated values
-
- Comma separated values
+
+ Data Logger iBlue747 csv
-
- Data Logger iBlue747 csv
+
+ Embedded Exif-GPS data (.jpg)
-
- DeLorme GPL
+
+ Set waypoint name to source filename
-
- DeLorme Street Atlas Plus
+
+ Data Logger iBlue757 csv
-
- DeLorme Street Atlas Route
+
+ Time-frame (in seconds)
-
- Destinator Itineraries (.dat)
+
+ Locate waypoint for tagging by this name
-
- Destinator Points of Interest (.dat)
+
+ !OVERWRITE! the original file. Default=N
-
- Destinator TrackLogs (.dat)
+
+ Source for name field in .dbf
-
- EasyGPS binary format
+
+ Source for URL field in .dbf
-
- Embedded Exif-GPS data (.jpg)
-
-
-
-
- Set waypoint name to source filename
-
-
-
-
- Data Logger iBlue757 csv
-
-
-
-
- Time-frame (in seconds)
-
-
-
-
- Locate waypoint for tagging by this name
-
-
-
-
- !OVERWRITE! the original file. Default=N
-
-
-
-
- Energympro GPS training watch
-
-
-
-
- Enigma binary waypoint file (.ert)
-
-
-
-
- Source for name field in .dbf
-
-
-
-
- Source for URL field in .dbf
-
-
-
-
+
ESRI shapefile
-
- F90G Automobile DVR GPS log file
-
-
-
-
+
FAI/IGC Flight Recorder Data Format
-
+
Read all points even if latitude or longitude is missing
-
+
Flexible and Interoperable Data Transfer (FIT) Activity file
-
- FlySight GPS File
-
-
-
-
- Franson GPSGate Simulation
-
-
-
-
- Fugawi
-
-
-
-
+
Garmin 301 Custom position and heartrate
-
+
Garmin G1000 datalog input filter file
-
- Garmin Logbook XML
-
-
-
-
+
Garmin MapSource - gdb
-
+
Garmin MapSource - txt (tab delimited)
-
+
Garmin POI database
-
+
codec to use for writing strings
-
+
language code to use for reading dual language files
-
+
Garmin Points of Interest (.gpi)
-
+
Erase existing courses when writing new ones
-
+
Speed in bits per second of serial port (baud=9600)
Vitesse du port série en bits par seconde (baud=4800) {9600)?}
-
- Garmin serial/USB protocol
+
+ override codec to use for device
-
- Garmin Training Center (.tcx/.crs/.hst/.xml)
+
+ Garmin serial/USB protocol
-
- Geocaching.com .loc
+
+ Garmin Training Center (.tcx/.crs/.hst/.xml)
-
- GEOnet Names Server (GNS)
+
+ Geocaching.com .loc
-
+
GlobalSat DG-100/BT-335 Download
-
-
-
-
+
+
+
+
Only erase device data, do not download anything
-
+
Google Earth (Keyhole) Markup Language
-
- Google Navigator Tracklines (.trl)
-
-
-
-
+
GPS TrackMaker
-
+
GPSBabel arc filter file
-
+
GpsDrive Format
-
+
GpsDrive Format for Tracks
-
+
GPX XML
-
+
Add info (depth) as Humminbird extension
-
+
Add info (depth) as Garmin extension
-
- HikeTech
-
-
-
-
- Holux (gm-100) .wpo Format
-
-
-
-
+
Holux M-241 (MTK based) Binary File Format
-
+
Holux M-241 (MTK based) download
-
-
-
+
+
Enable logging after download
-
+
HTML Output
-
+
Humminbird tracks (.ht)
-
+
Humminbird waypoints and routes (.hwr)
-
- IGN Rando track files
-
-
-
-
- Kompass (DAV) Track (.tk)
-
-
-
-
- Kompass (DAV) Waypoints (.wp)
-
-
-
-
+
Lowrance USR
-
+
(USR output) Write version
-
- Magellan SD files (as for eXplorist)
-
-
-
-
- Magellan SD files (as for Meridian)
-
-
-
-
- Magellan serial protocol
-
-
-
-
- MagicMaps IK3D project file (.ikt)
-
-
-
-
- Map&Guide 'TourExchangeFormat' XML
-
-
-
-
- MapAsia track file (.tr7)
-
-
-
-
- Mapopolis.com Mapconverter CSV
-
-
-
-
- MapTech Exchange Format
-
-
-
-
- Memory-Map Navigator overlay files (.mmo)
-
-
-
-
- Write items 'locked' [default no]
-
-
-
-
- Write items 'visible' [default yes]
-
-
-
-
- Write files with internal version [n]
-
-
-
-
- Microsoft Streets and Trips 2002-2007
-
-
-
-
- Motorrad Routenplaner (Map&Guide) .bcr files
-
-
-
-
+
MTK Logger (iBlue 747,...) Binary File Format
-
+
MTK Logger (iBlue 747,Qstarz BT-1000,...) download
-
+
National Geographic Topo .tpg (waypoints)
-
+
National Geographic Topo 2.x .tpo
-
+
National Geographic Topo 3.x/4.x .tpo
-
- Navigon Waypoints
-
-
-
-
- NaviGPS GT-11/BGT-11 Download
-
-
-
-
- Clear the datalog
-
-
-
-
- Read from datalogger buffer
-
-
-
-
- NaviGPS GT-31/BGT-31 datalogger (.sbp)
-
-
-
-
- NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn)
-
-
-
-
-
+
Time zone ID
-
+
Attempt to recovery data from corrupt file
-
+
Don't create waypoints for non-user points
-
- Geogrid-Viewer binary overlay file (.ovl)
-
-
-
-
+
Compact Output. Default is off.
-
+
GeoJson
-
+
GlobalSat DG-200 Download
-
+
list tracks
-
+
get track
-
-
-
-
+
+
+
+
Dump raw data to this file
-
+
GlobalSat GH625XT GPS training watch
-
- Google Directions XML
-
-
-
-
+
Write KML track (default = 0)
-
+
Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation)
-
+
Rotate colors for tracks and routes (default automatic)
-
+
Precision of coordinates, number of decimals
-
+
GPS Tracking Key Pro text
-
+
Precision of elevations, number of decimals
-
-
+
+
Size of blocks in KB to request from device
-
- iGo Primo points of interest (.upoi)
-
-
-
-
+
(USR input) Ignore event marker icons on read
-
+
(USR output) Treat waypoints as icons on write
-
+
(USR output) Merge into one segmented trail
-
+
(USR input) Break segments into separate trails
-
+
(USR output) Output file title string
-
+
(USR output) Device serial number
-
+
(USR output) Output file content description
-
- Mainnav
-
-
-
-
- Mapbar (China) navigation track for Sonim Xp3300
-
-
-
-
- Mapfactor Navigator
-
-
-
-
- Speed in bits per second of serial port (autodetect=0)
-
-
-
-
- Download logged fixes
-
-
-
-
- Show device status
-
-
-
-
- MediaTek Locus
-
-
-
-
-
+
+
First sector to be read from the device
-
-
+
+
Baud rate used to init device (0=autodetect)
-
-
+
+
Last sector to be read from the device (-1: smart read everything)
-
-
+
+
Disable output (useful with erase)
-
-
+
+
Number of sectors to read at once (0=use single sector mode)
-
+
POI for Home Symbol as lat:lng[:alt]
-
+
POI for Car Symbol as lat:lng[:alt]
-
+
POI for Boat Symbol as lat:lng[:alt]
-
+
POI for Heart Symbol as lat:lng[:alt]
-
+
POI for Bar Symbol as lat:lng[:alt]
-
+
MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI)
-
+
Garmin Mobile XT ([ATRK]/STRK)
-
+
Track name processing option ([0]-nrm/1-ign)
-
+
Mobile Garmin XT Track files
-
- Motoactiv CSV
-
-
-
-
- MyNav TRC format
-
-
-
-
- Navitel binary track (.bin)
-
-
-
-
- Navitrak DNA marker format
-
-
-
-
- NIMA/GNIS Geographic Names File
-
-
-
-
+
Accept position fixes in gpgga marked invalid
-
+
NMEA 0183 sentences
-
- Compact binary representation
-
-
-
-
- Nokia Landmark Exchange
-
-
-
-
+
OpenStreetMap data files
-
+
Use this value as custom created_by value
-
+
OziExplorer
-
+
Unit used in altitude values
-
+
Unit used in proximity values
-
- Raymarine Waypoint File (.rwf)
-
-
-
-
- Ricoh GPS Log File
-
-
-
-
- See You flight analysis data
-
-
-
-
-
+
+
Baud rate used for download
-
+
Qstarz BL-1000
-
+
Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000)
-
+
GPS time at position video_time (hhmmss[.sss], default is first timestamp of track)
-
+
GPS date at position video_time (yyyymmdd, default is first timestamp of track)
-
+
Textual Output
-
- TomTom Itineraries (.itn)
-
-
-
-
- TomTom POI file (.asc)
-
-
-
-
- TomTom POI file (.ov2)
-
-
-
-
- TrackLogs digital mapping (.trl)
-
-
-
-
+
Universal csv with field structure in first line
-
+
Vcard Output (for iPod)
-
-
- Wintec WBT-100/200 Binary File Format
-
-
-
-
- Wintec WBT-100/200 GPS Download
-
-
-
-
- Wintec WBT-201/G-Rays 2 Binary File Format
-
-
-
-
- XAiOX iTrackU Logger
-
-
-
-
-
- Appends the input to a backup file
-
-
-
-
-
- Only waypoints that are not the backup file
-
-
-
-
- XAiOX iTrackU Logger Binary File Format
-
-
diff --git a/gui/coretool/gpsbabel_hu.qm b/gui/coretool/gpsbabel_hu.qm
index 57bcfd6f0..71496ce1d 100644
Binary files a/gui/coretool/gpsbabel_hu.qm and b/gui/coretool/gpsbabel_hu.qm differ
diff --git a/gui/coretool/gpsbabel_hu.ts b/gui/coretool/gpsbabel_hu.ts
index 997d3e199..d67827e99 100644
--- a/gui/coretool/gpsbabel_hu.ts
+++ b/gui/coretool/gpsbabel_hu.ts
@@ -4,7 +4,7 @@
core
-
+
(integer sec or 'auto') Barograph to GPS time diff
Barométer adatok GPS pozÃcióba (másodperc vagy 'auto')
@@ -25,51 +25,29 @@
Ad-hoc nyÃlt hálózat ikonnév
-
+
After output job done sleep n second(s)
Feltöltés után x másodperccel kikapcsolás
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
Allow whitespace synth. shortnames
Szóközök engedélyezése rövidnevek készÃtésekor
-
+
Altitudes are absolute and not clamped to ground
A magasság abszolút, nincs a felszÃnhez kötve
@@ -78,18 +56,18 @@
icon_descr hozzáføzése a megjegyzéshez
-
+
Append realtime positioning data to the output file instead of truncating
A kimeneti fájl csonkÃtása helyett valósidõ hozzáføzése a pozÃcióhoz
-
+
Base URL for link tag in output
Alapért. URL a hivatkozásokban
-
-
+
+
Bitmap of categories
Raszter kategória
@@ -98,7 +76,7 @@
Kategória név (Cache)
-
+
Category number to use for written waypoints
A készülõ útpontok kategória-száma
@@ -107,23 +85,22 @@
Vonalak és térkép-megjegyzések szÃne
-
-
+
Command unit to power itself down
Zárásként a készülék kikapcsolása
-
+
Complete date-free tracks with given date (YYYYMMDD).
Dátum nélküli nyomvonalak új idõpontja (ÃÃÃÃHHNN)
-
+
Create unique waypoint names (default = yes)
Egyedi útpont nevek (alapért. = igen)
-
+
Create waypoints from geocache log entries
Ãtpontok készÃtése a geocaching bejegyzésekbõl
@@ -136,7 +113,7 @@
Adatbázis név (fájlnév)
-
+
Datum (default=NAD27)
Térképdátum (alapért.=NAD27)
@@ -145,79 +122,70 @@
Ennyi nap után a pontok elévültnek számÃtanak
-
+
Decimal seconds to pause between groups of strings
Ennyi másodpercnyi szünet az adatfolyamban
-
+
Default category on output
Alapért. kimeneti kategória
-
+
Default category on output (1..16)
Alapértelmezett kimeneti kategória (1.. 16)
-
-
-
-
-
-
+
+
+
Default icon name
Alapértelmezett ikonnév
-
Default location
- Alapértelmezett pozÃció
+ Alapértelmezett pozÃció
-
+
Default proximity
Alapért. távolság
-
+
Default speed
Alapért. sebesség
-
Default speed for waypoints (knots/hr)
- Alapértelmezett sebesség a pontokhoz (csomó/ó)
+ Alapértelmezett sebesség a pontokhoz (csomó/ó)
-
-
+
+
Degrees output as 'ddd', 'dmm'(default) or 'dms'
PozÃció formátum 'fff', 'fpp'(alapért.) vagy 'fpm'
-
Delete all routes
- Minden útvonal törlése
+ Minden útvonal törlése
-
Delete all track points
- Minden nyomvonalpont törlése
+ Minden nyomvonalpont törlése
-
-
Delete all waypoints
- Minden útpont törlése
+ Minden útpont törlése
-
+
Display labels on track and routepoints (default = 1)
CÃmke megjelenÃtése nyomvonalakon és útvonalakon (alapért.=1)
-
+
Distance unit [m=metric, s=statute]
Távolság mértékegysége [m=metrikus, s=angolszász]
@@ -230,29 +198,29 @@
URL mezõ kihagyása a megjegyzésbõl
-
+
Don't show gpi bitmap on device
gpi raszter rejtése a készüléken
-
+
Draw extrusion line from trackpoint to ground
MeghosszabÃtott vonal rajzolása útponttól felszÃnig
-
+
Drop route points that do not have an equivalent waypoint (hidden points)
Ãtvonalpont elhagyása, aminek nincs megegyezõ útpontja (rejtett pontok)
-
+
Enable alerts on speed or proximity distance
Figyelmeztetés engedélyezése sebességnél vagy közeledéskor
-
-
-
+
+
+
Encrypt hints using ROT13
Megjegyzések kódolása ROT13 használatával
@@ -261,24 +229,22 @@
Megyjegyzések kódolása ROT13-al
-
-
-
-
-
-
-
-
+
+
+
+
+
+
Erase device data after download
A készülék memóriájának törlése letöltés után
-
+
Export linestrings for tracks and routes
Vonal-szöveg exportálása nyomvonalakba és útvonalakba
-
+
Export placemarks for tracks and routes
Hely-jelölések exportálása nyomvonalakba és útvonalakba
@@ -301,39 +267,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
GPS datum (def. WGS 84)
GPS dátum (alapért. WGS 84)
@@ -346,25 +290,24 @@
Esemény pontok kihagyása
-
+
Include extended data for trackpoints (default = 1)
BõvÃtett információk használata a nyomvonalakban (alapért.=1)
-
-
+
+
Include groundspeak logs if present
Groundspeak bejegyzések használata (ha van)
-
+
Include major turn points (with description) from calculated route
Fõ kanyarodási pontok használata a számÃtott útvonalból (megjegyzéssel)
-
Include only via stations in route
- Csak az állomások használata az útvonalban
+ Csak az állomások használata az útvonalban
Include short name in bookmarks
@@ -379,7 +322,7 @@
URL mezõ hivatkozása a .dbf fájlban
-
+
Indicate direction of travel in track icons (default = 0)
Irány mutatása a nyomvonal ikonjánál
@@ -392,95 +335,50 @@
Nyitott HotSpot ikonnév
-
Keep turns if simplify filter is used
- Fordulópontok megtartása egyszerøsÃtés esetén is.
+ Fordulópontok megtartása egyszerøsÃtés esetén is.
-
-
+
+
Length of generated shortnames
Rövidnevek hosszúsága
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Max synthesized shortname length
Length of generated shortnames (default 16)
Rövidnevek hosszúsága (alapért. 16)
-
+
Line color, specified in hex AABBGGRR
Vonal szÃne (hexa érték AABBGGRR)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Make synth. shortnames unique
A készülõ rövidnevek egyediek legyenek
@@ -505,68 +403,27 @@
Meg nem talált pont jele
-
+
Max length of waypoint name to write
Ãtpont nevének max. hosszúsága
-
-
-
Max number of comments to write (maxcmts=200)
- Megjegyzés max. hossza (maxcmts=200)
+ Megjegyzés max. hossza (maxcmts=200)
Max shortname length when used with -s
Rövidnév hosszának értéke -s használatával
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Max synthesized shortname length
- ElõállÃtott rövidnevek max. hosszúsága
-
Merge output with existing file
A jelenleg és a kész fájl összeføzése
-
-
-
-
+
+
+
+
MTK compatible CSV output file
MTK kompatibilis CSV készÃtés
@@ -575,16 +432,15 @@
Az 'unassigned' kategória neve
-
New name for the route
- Az útvonal új neve
+ Az útvonal új neve
No separator lines between waypoints
Nincs elválasztó karakter az útpontok között
-
+
No whitespace in generated shortnames
Szóközök mellõzése a rövidnevekben
@@ -597,32 +453,30 @@
Nem elcsent, nem titkosÃtott ikonnév
-
Numeric value of bitrate (baud=4800)
- Bitráta értéke (baud=4800)
+ Bitráta értéke (baud=4800)
-
+
Omit Placer name
Elhelyezõ nevének elhagyása
-
Only read turns; skip all other points
- Csak a fordulópontok használata (a többi pont kihagyása)
+ Csak a fordulópontok használata (a többi pont kihagyása)
-
+
Path to HTML style sheet
Hivatkozás HTML style sheet-be
-
+
Precision of coordinates
Koordináták pontossága
-
+
Proximity distance
Közelesédi riasztás értéke
@@ -631,57 +485,55 @@
Kör sugara
-
Radius of our big earth (default 6371000 meters)
- A Föld sugara (alapért. 6371000 méter)
+ A Föld sugara (alapért. 6371000 méter)
-
Read control points as waypoint/route/none
- Pontok beolvasása, mint útpont/útvonal/nincs
+ Pontok beolvasása, mint útpont/útvonal/nincs
Read/Write date format (i.e. DDMMYYYY)
Dátum formátum Ãrása/olvasása (NN/HH/ÃÃÃÃ)
-
+
Read/Write date format (i.e. yyyy/mm/dd)
Dátum formátum Ãrása/olvasása (éééé/hh/nn)
-
+
Read/write GPGGA sentences
GPGGA montadok Ãrása/olvasása
-
+
Read/write GPGSA sentences
GPGSA montadok Ãrása/olvasása
-
+
Read/write GPRMC sentences
GPRMC montadok Ãrása/olvasása
-
+
Read/write GPVTG sentences
GPVTG montadok Ãrása/olvasása
-
+
Read/Write time format (i.e. HH:mm:ss xx)
Idõ Ãrása/olvasása (ÃÃ:pp:mm xx)
-
+
Retain at most this number of position points (0 = unlimited)
Max. pontszám megtartása a 'snail tail' elõállÃtásakor (0= végtelen)
-
-
+
+
Return current position as a waypoint
Visszatérés a jelenlegi pozÃcióba, mint útpont
@@ -694,79 +546,32 @@
A rövidnév, mint MAC cÃm
-
+
Speed in bits per second of serial port (baud=4800)
Soros port sebessége (bps; baud=4800)
-
Split input into separate files
- Beviteli adatok darabolása külön fájlokba
+ Beviteli adatok darabolása külön fájlokba
-
Split into multiple routes at turns
- Ãsszetett útvonalakba és fordulópontokba darabolás
+ Ãsszetett útvonalakba és fordulópontokba darabolás
-
+
Write course rather than history, default yes
-
+
Sport: Biking (deflt), Running, MultiSport, Other
-
-
- Geogrid-Viewer ascii overlay file (.ovl)
-
-
-
-
- Geogrid-Viewer tracklogs (.log)
-
-
-
-
- Index of track to write (if more than one in source)
-
-
-
-
- iGO2008 points of interest (.upoi)
-
-
-
-
- IGO8 .trk
-
-
-
-
- Track identification number
-
-
-
-
- Track title
-
-
-
-
- Track description
-
-
Starting seed of the internal number generator
Kezdõérték a belsõ indexhez
-
-
- Index of route to write (if more than one in source)
-
-
Stealth encrypted icon name
Titkosan kódolt ikonnevek
@@ -776,104 +581,89 @@
Nem titkosÃtott ikonnevek elcsenése
-
+
Set location finder target location as lat,lng
-
+
Configure logging parameter as tmin:tmax:dmin:dmax
-
-
-
+
+
+
Seconds that GPS time tracks UTC (0: best guess)
-
-
-
+
+ Image Offset Time (+HH:MM or -HH:MM)
+
+
+
+
+ Google Takeout Location History
+
+
+
+
+
+
GPS week rollover period we're in (-1: best guess)
-
+
codec to use for reading and writing strings (default windows-1252)
-
+
SkyTraq Venus based loggers (download)
-
+
First sector to be read from the file
-
+
Last sector to be read from the file (-1: read till empty sector)
-
+
SkyTraq Venus based loggers Binary File Format
-
+
Format for subtitles
-
+
SubRip subtitles for video mapping (.srt)
-
- Swiss Map 25/50/100 (.xol)
-
-
-
-
+
Tab delimited fields useful for OpenOffice
-
- Teletype [ Get Jonathon Johnson to describe
-
-
-
-
- TomTom Places Itineraries (.itn)
-
-
-
-
- Index of track (if more than one in source)
-
-
-
-
+
Write name(s) of format(s) from input session(s)
-
+
Write filename(s) from input session(s)
-
-
- Wintec TES file
-
-
String to separate concatenated address fields (default=", ")
Ãsszeføzött cÃmnevek elválasztása (alapért.=", ")
@@ -887,14 +677,13 @@
Kiöregedett geoládák elhagyása
-
+
Suppress separator lines between waypoints
Elválasztó vonalak elhagyása útpontok között
-
Suppress use of handshaking in name of speed
- Kézfogás elhagyása a sebességneveknél
+ Kézfogás elhagyása a sebességneveknél
Suppress whitespace in generated shortnames
@@ -905,22 +694,21 @@
Ãtpontok szimbóluma
-
+
Sync GPS time to computer time
GPS idõ szinkronizálása a számÃtógéppel
-
Synthesize track times
- Nyomvonal idejének elõállÃtása
+ Nyomvonal idejének elõállÃtása
-
+
Target GPX version for output
A kimeneti GPX fájl verziója
-
+
Temperature unit [c=Celsius, f=Fahrenheit]
Hõmérséklet mértékegysége [c=Celsius, f=Fahrenheit]
@@ -937,13 +725,13 @@
A .an1 fájl tÃpusa
-
-
+
+
Units for altitude (f)eet or (m)etres
Magasság mértékegysége (méter vagy láb)
-
+
Units used for names with @speed ('s'tatute or 'm'etric)
Sebesség mértékegysége a neveknél ('s' angolszász vagy 'm' metrikus)
@@ -954,38 +742,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
UPPERCASE synth. shortnames
NAGYBETÃS rövidnevek elõállÃtása
@@ -1000,48 +766,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Use shortname instead of description
Rövid név használata a megyjegyzés helyett
-
+
Use specified bitmap on output
Meghatározott raszter használata a kimenetben
-
+
Version of gdb file to generate (1..3)
A készülõ gdb fájl tÃpusa (1..3)
@@ -1050,12 +793,12 @@
A készülõ MapSource fájl tÃpusa (3,4,5)
-
+
Waypoint background color
Ãtpont háttérszÃne
-
+
Waypoint foreground color
Ãtpont szÃne
@@ -1068,54 +811,65 @@
Térképi szélesség (pixel)
-
+
Width of lines, in pixels
Vonalvastagság (pixel)
-
+
Write additional node tag key/value pairs
További kulcs/érték cÃmkepár Ãrása (pont)
-
+
Write additional way tag key/value pairs
További kulcs/érték cÃmkepár Ãrása (út)
-
+
Write all tracks into one file
Az összes nyomvonal összeføzése egy fájlba
-
+
Write description to address field
Megjegyzést a cÃm mezõbe
-
+
Write each waypoint in a separate file
Minden útpont külön fájlba
-
+
Write notes to address field
Megjegyzés Ãrása a cÃm megjegyzésbe
-
+
Write position to address field
PozÃció Ãrása a cÃm megjegyzésbe
-
-
+
+
Write position using this grid.
PozÃció készÃtése ezzel a ráccsal
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
Write timestamps with offset x to UTC time
Idõértékek eltolása x értékkel UTC-hez képest
@@ -1124,7 +878,7 @@
Carto Exploreur kompatibilis nyomvonal készÃtése
-
+
Write tracks for Gisteq Phototracker
Gisteq Phototracker kompatibilis nyomvonal készÃtése
@@ -1135,947 +889,556 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Basename prepended to URL on output
- Brauniger IQ Series Barograph Download
-
-
-
-
- Cambridge/Winpilot glider software
+ Columbus/Visiontac V900 files (.csv)
- Columbus/Visiontac V900 files (.csv)
+ Comma separated values
-
- Comma separated values
+
+ Data Logger iBlue747 csv
-
- Data Logger iBlue747 csv
+
+ Embedded Exif-GPS data (.jpg)
-
- DeLorme GPL
+
+ Set waypoint name to source filename
-
- DeLorme Street Atlas Plus
+
+ Data Logger iBlue757 csv
-
- DeLorme Street Atlas Route
+
+ Time-frame (in seconds)
-
- Destinator Itineraries (.dat)
+
+ Locate waypoint for tagging by this name
-
- Destinator Points of Interest (.dat)
+
+ !OVERWRITE! the original file. Default=N
-
- Destinator TrackLogs (.dat)
+
+ Source for name field in .dbf
-
- EasyGPS binary format
+
+ Source for URL field in .dbf
-
- Embedded Exif-GPS data (.jpg)
-
-
-
-
- Set waypoint name to source filename
-
-
-
-
- Data Logger iBlue757 csv
-
-
-
-
- Time-frame (in seconds)
-
-
-
-
- Locate waypoint for tagging by this name
-
-
-
-
- !OVERWRITE! the original file. Default=N
-
-
-
-
- Energympro GPS training watch
-
-
-
-
- Enigma binary waypoint file (.ert)
-
-
-
-
- Source for name field in .dbf
-
-
-
-
- Source for URL field in .dbf
-
-
-
-
+
ESRI shapefile
-
- F90G Automobile DVR GPS log file
-
-
-
-
+
FAI/IGC Flight Recorder Data Format
-
+
Read all points even if latitude or longitude is missing
-
+
Flexible and Interoperable Data Transfer (FIT) Activity file
-
- FlySight GPS File
-
-
-
-
- Franson GPSGate Simulation
-
-
-
-
- Fugawi
-
-
-
-
+
Garmin 301 Custom position and heartrate
-
+
Garmin G1000 datalog input filter file
-
- Garmin Logbook XML
-
-
-
-
+
Garmin MapSource - gdb
-
+
Garmin MapSource - txt (tab delimited)
-
+
Garmin POI database
-
+
codec to use for writing strings
-
+
language code to use for reading dual language files
-
+
Garmin Points of Interest (.gpi)
-
+
Erase existing courses when writing new ones
-
+
Speed in bits per second of serial port (baud=9600)
Soros port sebessége (bps; baud=4800) {9600)?}
-
- Garmin serial/USB protocol
+
+ override codec to use for device
-
- Garmin Training Center (.tcx/.crs/.hst/.xml)
+
+ Garmin serial/USB protocol
-
- Geocaching.com .loc
+
+ Garmin Training Center (.tcx/.crs/.hst/.xml)
-
- GEOnet Names Server (GNS)
+
+ Geocaching.com .loc
-
+
GlobalSat DG-100/BT-335 Download
-
-
-
-
+
+
+
+
Only erase device data, do not download anything
-
+
Google Earth (Keyhole) Markup Language
-
- Google Navigator Tracklines (.trl)
-
-
-
-
+
GPS TrackMaker
-
+
GPSBabel arc filter file
-
+
GpsDrive Format
-
+
GpsDrive Format for Tracks
-
+
GPX XML
-
+
Add info (depth) as Humminbird extension
-
+
Add info (depth) as Garmin extension
-
- HikeTech
-
-
-
-
- Holux (gm-100) .wpo Format
-
-
-
-
+
Holux M-241 (MTK based) Binary File Format
-
+
Holux M-241 (MTK based) download
-
-
-
+
+
Enable logging after download
-
+
HTML Output
-
+
Humminbird tracks (.ht)
-
+
Humminbird waypoints and routes (.hwr)
-
- IGN Rando track files
-
-
-
-
- Kompass (DAV) Track (.tk)
-
-
-
-
- Kompass (DAV) Waypoints (.wp)
-
-
-
-
+
Lowrance USR
-
+
(USR output) Write version
-
- Magellan SD files (as for eXplorist)
-
-
-
-
- Magellan SD files (as for Meridian)
-
-
-
-
- Magellan serial protocol
-
-
-
-
- MagicMaps IK3D project file (.ikt)
-
-
-
-
- Map&Guide 'TourExchangeFormat' XML
-
-
-
-
- MapAsia track file (.tr7)
-
-
-
-
- Mapopolis.com Mapconverter CSV
-
-
-
-
- MapTech Exchange Format
-
-
-
-
- Memory-Map Navigator overlay files (.mmo)
-
-
-
-
- Write items 'locked' [default no]
-
-
-
-
- Write items 'visible' [default yes]
-
-
-
-
- Write files with internal version [n]
-
-
-
-
- Microsoft Streets and Trips 2002-2007
-
-
-
-
- Motorrad Routenplaner (Map&Guide) .bcr files
-
-
-
-
+
MTK Logger (iBlue 747,...) Binary File Format
-
+
MTK Logger (iBlue 747,Qstarz BT-1000,...) download
-
+
National Geographic Topo .tpg (waypoints)
-
+
National Geographic Topo 2.x .tpo
-
+
National Geographic Topo 3.x/4.x .tpo
-
- Navigon Waypoints
-
-
-
-
- NaviGPS GT-11/BGT-11 Download
-
-
-
-
- Clear the datalog
-
-
-
-
- Read from datalogger buffer
-
-
-
-
- NaviGPS GT-31/BGT-31 datalogger (.sbp)
-
-
-
-
- NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn)
-
-
-
-
-
+
Time zone ID
-
+
Attempt to recovery data from corrupt file
-
+
Don't create waypoints for non-user points
-
- Geogrid-Viewer binary overlay file (.ovl)
-
-
-
-
+
Compact Output. Default is off.
-
+
GeoJson
-
+
GlobalSat DG-200 Download
-
+
list tracks
-
+
get track
-
-
-
-
+
+
+
+
Dump raw data to this file
-
+
GlobalSat GH625XT GPS training watch
-
- Google Directions XML
-
-
-
-
+
Write KML track (default = 0)
-
+
Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation)
-
+
Rotate colors for tracks and routes (default automatic)
-
+
Precision of coordinates, number of decimals
-
+
GPS Tracking Key Pro text
-
+
Precision of elevations, number of decimals
-
-
+
+
Size of blocks in KB to request from device
-
- iGo Primo points of interest (.upoi)
-
-
-
-
+
(USR input) Ignore event marker icons on read
-
+
(USR output) Treat waypoints as icons on write
-
+
(USR output) Merge into one segmented trail
-
+
(USR input) Break segments into separate trails
-
+
(USR output) Output file title string
-
+
(USR output) Device serial number
-
+
(USR output) Output file content description
-
- Mainnav
-
-
-
-
- Mapbar (China) navigation track for Sonim Xp3300
-
-
-
-
- Mapfactor Navigator
-
-
-
-
- Speed in bits per second of serial port (autodetect=0)
-
-
-
-
- Download logged fixes
-
-
-
-
- Show device status
-
-
-
-
- MediaTek Locus
-
-
-
-
-
+
+
First sector to be read from the device
-
-
+
+
Baud rate used to init device (0=autodetect)
-
-
+
+
Last sector to be read from the device (-1: smart read everything)
-
-
+
+
Disable output (useful with erase)
-
-
+
+
Number of sectors to read at once (0=use single sector mode)
-
+
POI for Home Symbol as lat:lng[:alt]
-
+
POI for Car Symbol as lat:lng[:alt]
-
+
POI for Boat Symbol as lat:lng[:alt]
-
+
POI for Heart Symbol as lat:lng[:alt]
-
+
POI for Bar Symbol as lat:lng[:alt]
-
+
MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI)
-
+
Garmin Mobile XT ([ATRK]/STRK)
-
+
Track name processing option ([0]-nrm/1-ign)
-
+
Mobile Garmin XT Track files
-
- Motoactiv CSV
-
-
-
-
- MyNav TRC format
-
-
-
-
- Navitel binary track (.bin)
-
-
-
-
- Navitrak DNA marker format
-
-
-
-
- NIMA/GNIS Geographic Names File
-
-
-
-
+
Accept position fixes in gpgga marked invalid
-
+
NMEA 0183 sentences
-
- Compact binary representation
-
-
-
-
- Nokia Landmark Exchange
-
-
-
-
+
OpenStreetMap data files
-
+
Use this value as custom created_by value
-
+
OziExplorer
-
+
Unit used in altitude values
-
+
Unit used in proximity values
-
- Raymarine Waypoint File (.rwf)
-
-
-
-
- Ricoh GPS Log File
-
-
-
-
- See You flight analysis data
-
-
-
-
-
+
+
Baud rate used for download
-
+
Qstarz BL-1000
-
+
Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000)
-
+
GPS time at position video_time (hhmmss[.sss], default is first timestamp of track)
-
+
GPS date at position video_time (yyyymmdd, default is first timestamp of track)
-
+
Textual Output
-
- TomTom Itineraries (.itn)
-
-
-
-
- TomTom POI file (.asc)
-
-
-
-
- TomTom POI file (.ov2)
-
-
-
-
- TrackLogs digital mapping (.trl)
-
-
-
-
+
Universal csv with field structure in first line
-
+
Vcard Output (for iPod)
-
-
- Wintec WBT-100/200 Binary File Format
-
-
-
-
- Wintec WBT-100/200 GPS Download
-
-
-
-
- Wintec WBT-201/G-Rays 2 Binary File Format
-
-
-
-
- XAiOX iTrackU Logger
-
-
-
-
-
- Appends the input to a backup file
-
-
-
-
-
- Only waypoints that are not the backup file
-
-
-
-
- XAiOX iTrackU Logger Binary File Format
-
-
diff --git a/gui/coretool/gpsbabel_it.qm b/gui/coretool/gpsbabel_it.qm
index 7fbd3e6ea..061125588 100644
Binary files a/gui/coretool/gpsbabel_it.qm and b/gui/coretool/gpsbabel_it.qm differ
diff --git a/gui/coretool/gpsbabel_it.ts b/gui/coretool/gpsbabel_it.ts
index 0419c25ef..10f628a3c 100644
--- a/gui/coretool/gpsbabel_it.ts
+++ b/gui/coretool/gpsbabel_it.ts
@@ -4,7 +4,7 @@
core
-
+
(integer sec or 'auto') Barograph to GPS time diff
(sec interi o 'auto') Differenza temporale tra barografo e GPS
@@ -25,51 +25,29 @@
Nome ad-hoc icona aperta
-
+
After output job done sleep n second(s)
Attendi n secondi dopo il termine dell'elaborazione
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
Allow whitespace synth. shortnames
Permetti spazi nei nomi brevi sintetizzati
-
+
Altitudes are absolute and not clamped to ground
Le quote sono assolute e non relative al terreno
@@ -78,50 +56,28 @@
Aggiungi icon_descr alla descrizione
-
+
Base URL for link tag in output
Url di base per i tag link in uscita
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Basename prepended to URL on output
Nome base anteposto all'URL in uscita
-
-
+
+
Bitmap of categories
Bitmap delle categorie
@@ -130,7 +86,7 @@
Nome della categoria (cache)
-
+
Category number to use for written waypoints
Numero categoria da usare per i punti d'interesse scritti
@@ -139,23 +95,22 @@
Colore per le linee o le note della mappa
-
-
+
Command unit to power itself down
Chiedi al dispositivo di spegnersi
-
+
Complete date-free tracks with given date (YYYYMMDD).
Completa le tracce senza data con la data fornita (AAAAMMGG).
-
+
Create unique waypoint names (default = yes)
Crea punti d'interesse con nomi univoci (predefinito: sì)
-
+
Create waypoints from geocache log entries
Crea punti d'interesse dagli elementi nel registro geocache
@@ -168,7 +123,7 @@
Nome della banca dati (nome file)
-
+
Datum (default=NAD27)
Datum (predefinito: NAD27)
@@ -177,79 +132,70 @@
Giorni dopo i quali i punti sono considerati vecchi
-
+
Decimal seconds to pause between groups of strings
Pausa (in decimi di secondo) tra gruppi di stringhe
-
+
Default category on output
Categoria predefinita in uscita
-
+
Default category on output (1..16)
Categoria predefinita in uscita (1... 16)
-
-
-
-
-
-
+
+
+
Default icon name
Nome dell'icona predefinita
-
Default location
- Posizione predefinita
+ Posizione predefinita
-
+
Default proximity
Prossimità predefinita
-
+
Default speed
Velocità predefinita
-
Default speed for waypoints (knots/hr)
- Velocità predefinita per i punti di interesse (nodi/ora)
+ Velocità predefinita per i punti di interesse (nodi/ora)
-
-
+
+
Degrees output as 'ddd', 'dmm'(default) or 'dms'
Gradi in uscita come 'ggg', 'gmm' (predefinito) o 'gms'
-
Delete all routes
- Cancella tutte le rotte
+ Cancella tutte le rotte
-
Delete all track points
- Cancella tutti i punti traccia
+ Cancella tutti i punti traccia
-
-
Delete all waypoints
- Cancella tutti i punti d'interesse
+ Cancella tutti i punti d'interesse
-
+
Display labels on track and routepoints (default = 1)
Mostra le etichette su tracce e punti rotta (predefinito: 1)
-
+
Distance unit [m=metric, s=statute]
Unità di lunghezza [m=metrico, s=statutario]
@@ -259,31 +205,21 @@
- Brauniger IQ Series Barograph Download
-
-
-
-
- Cambridge/Winpilot glider software
-
-
-
-
Columbus/Visiontac V900 files (.csv)
-
+
Comma separated values
-
+
Data Logger iBlue747 csv
-
+
Data Logger iBlue757 csv
@@ -292,321 +228,230 @@
Non aggiungere url alla descrizione
-
- DeLorme GPL
-
-
-
-
- DeLorme Street Atlas Plus
-
-
-
-
- DeLorme Street Atlas Route
-
-
-
-
- Destinator Itineraries (.dat)
-
-
-
-
- Destinator Points of Interest (.dat)
-
-
-
-
- Destinator TrackLogs (.dat)
-
-
-
-
- EasyGPS binary format
-
-
-
-
+
Set waypoint name to source filename
-
+
Time-frame (in seconds)
-
+
Locate waypoint for tagging by this name
-
+
!OVERWRITE! the original file. Default=N
-
+
Embedded Exif-GPS data (.jpg)
-
-
+
Time zone ID
-
- Energympro GPS training watch
-
-
-
-
- Enigma binary waypoint file (.ert)
-
-
-
-
+
Source for name field in .dbf
-
+
Source for URL field in .dbf
-
+
ESRI shapefile
-
- F90G Automobile DVR GPS log file
-
-
-
-
+
FAI/IGC Flight Recorder Data Format
-
+
Read all points even if latitude or longitude is missing
-
+
Attempt to recovery data from corrupt file
-
+
Flexible and Interoperable Data Transfer (FIT) Activity file
-
- FlySight GPS File
-
-
-
-
- Franson GPSGate Simulation
-
-
-
-
- Fugawi
-
-
-
-
+
Garmin 301 Custom position and heartrate
-
+
Garmin G1000 datalog input filter file
-
- Garmin Logbook XML
-
-
-
-
+
Don't create waypoints for non-user points
-
+
Garmin MapSource - gdb
-
+
Garmin MapSource - txt (tab delimited)
-
+
Garmin POI database
-
+
Don't show gpi bitmap on device
Non mostrare la bitmap gpi sul dispositivo
-
+
codec to use for writing strings
-
+
language code to use for reading dual language files
-
+
Garmin Points of Interest (.gpi)
-
+
Erase existing courses when writing new ones
-
+
Speed in bits per second of serial port (baud=9600)
Velocità in bit/secondo della porta seriale (baud=4800) {9600)?}
-
+
+ override codec to use for device
+
+
+
+
Garmin serial/USB protocol
-
+
Write course rather than history, default yes
-
+
Sport: Biking (deflt), Running, MultiSport, Other
-
+
Garmin Training Center (.tcx/.crs/.hst/.xml)
-
+
Geocaching.com .loc
-
- Geogrid-Viewer ascii overlay file (.ovl)
+
+ Compact Output. Default is off.
-
- Geogrid-Viewer binary overlay file (.ovl)
+
+ GeoJson
-
- Geogrid-Viewer tracklogs (.log)
+
+
+
+
+ Only erase device data, do not download anything
-
- Compact Output. Default is off.
+
+ GlobalSat DG-100/BT-335 Download
-
- GeoJson
-
-
-
-
- GEOnet Names Server (GNS)
-
-
-
-
-
-
-
- Only erase device data, do not download anything
-
-
-
-
- GlobalSat DG-100/BT-335 Download
-
-
-
-
+
GlobalSat DG-200 Download
-
+
list tracks
-
+
get track
-
-
-
-
+
+
+
+
Dump raw data to this file
-
+
GlobalSat GH625XT GPS training watch
-
- Google Directions XML
-
-
-
-
+
Draw extrusion line from trackpoint to ground
Disegna linee estruse dai punti traccia al terreno
-
+
Drop route points that do not have an equivalent waypoint (hidden points)
Ometti i punti rotta che non hanno un punto di interesse equivalente (punti nascosti)
-
+
Enable alerts on speed or proximity distance
Abilita avvisi su velocità o prossimitÃ
-
-
-
+
+
+
Encrypt hints using ROT13
Cripta le note usando ROT13
@@ -615,24 +460,22 @@
Cripta le note con ROT13
-
-
-
-
-
-
-
-
+
+
+
+
+
+
Erase device data after download
Cancella i dati dal dispositivo dopo lo scaricamento
-
+
Export linestrings for tracks and routes
Esporta le linee stringa da tracce e rotte
-
+
Export placemarks for tracks and routes
Esporta segnaposti da tracce e rotte
@@ -655,39 +498,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
GPS datum (def. WGS 84)
Datum GPS (predefinito: WGS 84)
@@ -700,25 +521,24 @@
Ignora le icone dei marcatori in fase di lettura
-
+
Include extended data for trackpoints (default = 1)
Includi dati estesi sui punti traccia (predefinito: 1)
-
-
+
+
Include groundspeak logs if present
Includi registri groundspeak (se presenti)
-
+
Include major turn points (with description) from calculated route
Includi i punti di svolta principali (con descrizione) dalla rotta calcolata
-
Include only via stations in route
- Includi solo stazioni intermedie nella rotta
+ Includi solo stazioni intermedie nella rotta
Include short name in bookmarks
@@ -733,65 +553,62 @@
Indice della rotta (se nell'origine ce nè più d'una)
-
Index of route to write (if more than one in source)
- Indice della rotta da scrivere (se nell'origine ce nè più d'una)
+ Indice della rotta da scrivere (se nell'origine ce nè più d'una)
Index of route/track to write (if more than one in source)
Indice della rotta/traccia da scrivere (se nell'origine ce nè più d'una)
-
Index of track (if more than one in source)
- Indice della traccia (se nell'origine ce nè più d'una)
+ Indice della traccia (se nell'origine ce nè più d'una)
-
Index of track to write (if more than one in source)
- Indice della traccia da scrivere (se nell'origine ce nè più d'una)
+ Indice della traccia da scrivere (se nell'origine ce nè più d'una)
Index of URL field in .dbf
Indice del campo url nel .dbf
-
+
Indicate direction of travel in track icons (default = 0)
Indica la direzione di viaggio nelle icone di traccia (predefinito: 0)
-
+
Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000)
-
+
GPS time at position video_time (hhmmss[.sss], default is first timestamp of track)
-
+
GPS date at position video_time (yyyymmdd, default is first timestamp of track)
-
+
Write name(s) of format(s) from input session(s)
-
+
Write filename(s) from input session(s)
-
+
Universal csv with field structure in first line
-
+
Vcard Output (for iPod)
@@ -804,309 +621,203 @@
Nome icona per infrastrutture aperte
-
Keep turns if simplify filter is used
- Mantieni le svolte se si usa il filtro di semplificazione
+ Mantieni le svolte se si usa il filtro di semplificazione
-
-
+
+
Length of generated shortnames
Lunghezza dei nomi brevi generati
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Max synthesized shortname length
Length of generated shortnames (default 16)
Lunghezza dei nomi brevi generati (predefinito: 16)
-
+
Line color, specified in hex AABBGGRR
Colore delle linee, indicato in esadecimale AABBVVRR
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Make synth. shortnames unique
Crea nomi brevi sintetizzati univoci
-
+
Write KML track (default = 0)
-
+
Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation)
-
+
Rotate colors for tracks and routes (default automatic)
-
+
Precision of coordinates, number of decimals
-
+
Google Earth (Keyhole) Markup Language
-
- Google Navigator Tracklines (.trl)
-
-
-
-
+
GPS Tracking Key Pro text
-
+
GPS TrackMaker
-
+
GPSBabel arc filter file
-
+
GpsDrive Format
-
+
GpsDrive Format for Tracks
-
+
Add info (depth) as Humminbird extension
-
+
Add info (depth) as Garmin extension
-
+
Precision of elevations, number of decimals
-
+
GPX XML
-
- HikeTech
-
-
-
-
- Holux (gm-100) .wpo Format
-
-
-
-
+
Holux M-241 (MTK based) Binary File Format
-
-
-
+
+
Enable logging after download
-
-
+
+
Size of blocks in KB to request from device
-
+
Holux M-241 (MTK based) download
-
+
HTML Output
-
+
Humminbird tracks (.ht)
-
+
Humminbird waypoints and routes (.hwr)
-
- IGN Rando track files
-
-
-
-
- iGo Primo points of interest (.upoi)
-
-
-
-
- iGO2008 points of interest (.upoi)
-
-
-
-
- Track identification number
-
-
-
-
- Track title
-
-
-
-
- Track description
-
-
-
-
- IGO8 .trk
-
-
-
-
- Kompass (DAV) Track (.tk)
-
-
-
-
- Kompass (DAV) Waypoints (.wp)
-
-
-
-
+
(USR input) Ignore event marker icons on read
-
+
(USR output) Treat waypoints as icons on write
-
+
(USR output) Merge into one segmented trail
-
+
(USR input) Break segments into separate trails
-
+
(USR output) Write version
(USR input) Read version
-
+
(USR output) Output file title string
-
+
(USR output) Device serial number
-
+
(USR output) Output file content description
-
+
Lowrance USR
@@ -1115,445 +826,235 @@
Versione del file TRK di MapSend da generare (3, 4)
-
- Magellan SD files (as for eXplorist)
-
-
-
-
- Magellan SD files (as for Meridian)
-
-
-
-
- Magellan serial protocol
-
-
-
-
- MagicMaps IK3D project file (.ikt)
-
-
-
-
- Mainnav
-
-
-
-
- Map&Guide 'TourExchangeFormat' XML
-
-
-
-
- MapAsia track file (.tr7)
-
-
-
-
- Mapbar (China) navigation track for Sonim Xp3300
-
-
-
-
- Mapfactor Navigator
-
-
-
-
- Mapopolis.com Mapconverter CSV
-
-
-
-
- MapTech Exchange Format
-
-
-
-
- Speed in bits per second of serial port (autodetect=0)
-
-
-
-
- Download logged fixes
-
-
-
-
- Show device status
-
-
-
-
- MediaTek Locus
-
-
-
-
- Write items 'locked' [default no]
-
-
-
-
- Write items 'visible' [default yes]
-
-
-
-
- Write files with internal version [n]
-
-
-
-
- Memory-Map Navigator overlay files (.mmo)
-
-
-
-
- Microsoft Streets and Trips 2002-2007
-
-
-
-
-
+
+
Baud rate used for download
-
-
+
+
First sector to be read from the device
-
-
+
+
Baud rate used to init device (0=autodetect)
-
-
+
+
Last sector to be read from the device (-1: smart read everything)
-
-
+
+
Disable output (useful with erase)
-
-
+
+
Number of sectors to read at once (0=use single sector mode)
-
+
POI for Home Symbol as lat:lng[:alt]
-
+
POI for Car Symbol as lat:lng[:alt]
-
+
POI for Boat Symbol as lat:lng[:alt]
-
+
POI for Heart Symbol as lat:lng[:alt]
-
+
POI for Bar Symbol as lat:lng[:alt]
-
+
MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI)
-
+
Garmin Mobile XT ([ATRK]/STRK)
-
+
Track name processing option ([0]-nrm/1-ign)
-
+
Mobile Garmin XT Track files
-
- Motoactiv CSV
-
-
-
-
- Motorrad Routenplaner (Map&Guide) .bcr files
-
-
-
-
+
MTK Logger (iBlue 747,...) Binary File Format
-
+
MTK Logger (iBlue 747,Qstarz BT-1000,...) download
-
- MyNav TRC format
-
-
-
-
+
National Geographic Topo .tpg (waypoints)
-
- National Geographic Topo 2.x .tpo
-
-
-
-
- National Geographic Topo 3.x/4.x .tpo
-
-
-
-
- Navigon Waypoints
-
-
-
-
- Clear the datalog
-
-
-
-
- Read from datalogger buffer
-
-
-
-
- NaviGPS GT-11/BGT-11 Download
-
-
-
-
- NaviGPS GT-31/BGT-31 datalogger (.sbp)
-
-
-
-
- NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn)
-
-
-
-
- Navitel binary track (.bin)
-
-
-
-
- Navitrak DNA marker format
+
+ National Geographic Topo 2.x .tpo
-
- NIMA/GNIS Geographic Names File
+
+ National Geographic Topo 3.x/4.x .tpo
-
+
Append realtime positioning data to the output file instead of truncating
-
+
Accept position fixes in gpgga marked invalid
-
+
NMEA 0183 sentences
-
- Compact binary representation
-
-
-
-
- Nokia Landmark Exchange
-
-
-
-
+
Use this value as custom created_by value
-
+
OpenStreetMap data files
-
+
Unit used in altitude values
-
+
Unit used in proximity values
-
+
codec to use for reading and writing strings (default windows-1252)
-
+
OziExplorer
-
+
Qstarz BL-1000
-
- Raymarine Waypoint File (.rwf)
-
-
-
-
- Ricoh GPS Log File
+
+ Set location finder target location as lat,lng
-
- See You flight analysis data
+
+ Configure logging parameter as tmin:tmax:dmin:dmax
-
- Set location finder target location as lat,lng
+
+
+
+ Seconds that GPS time tracks UTC (0: best guess)
-
- Configure logging parameter as tmin:tmax:dmin:dmax
+
+ Image Offset Time (+HH:MM or -HH:MM)
-
-
-
- Seconds that GPS time tracks UTC (0: best guess)
+
+ Google Takeout Location History
-
-
-
+
+
+
GPS week rollover period we're in (-1: best guess)
-
+
SkyTraq Venus based loggers (download)
-
+
First sector to be read from the file
-
+
Last sector to be read from the file (-1: read till empty sector)
-
+
SkyTraq Venus based loggers Binary File Format
-
+
Format for subtitles
-
+
SubRip subtitles for video mapping (.srt)
-
- Swiss Map 25/50/100 (.xol)
-
-
-
-
+
Tab delimited fields useful for OpenOffice
-
- Teletype [ Get Jonathon Johnson to describe
-
-
-
-
+
Textual Output
-
-
- TomTom Itineraries (.itn)
-
-
-
-
- TomTom Places Itineraries (.itn)
-
-
-
-
- TomTom POI file (.asc)
-
-
-
-
- TomTom POI file (.ov2)
-
-
-
-
- TrackLogs digital mapping (.trl)
-
-
Margin for map. Degrees or percentage
Margine della mappa. Gradi o percentuale
@@ -1571,68 +1072,27 @@
Tipo di marcatore per i punti non trovati
-
+
Max length of waypoint name to write
Lunghezza massima dei nomi dei punti d'interesse da scrivere
-
-
-
Max number of comments to write (maxcmts=200)
- Numero massimo di commenti da scrivere (maxcmts=200)
+ Numero massimo di commenti da scrivere (maxcmts=200)
Max shortname length when used with -s
Lunghezza massima dei nomi brevi quando si usa -s
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Max synthesized shortname length
- Lunghezza massima dei nomi brevi sintetizzati
-
Merge output with existing file
Unisci la destinazione con un file esistente
-
-
-
-
+
+
+
+
MTK compatible CSV output file
File di destinazione CVS compatibile con MTK
@@ -1641,16 +1101,15 @@
Nome della categoria 'Non assegnato'
-
New name for the route
- Nuovo nome della rotta
+ Nuovo nome della rotta
No separator lines between waypoints
Nessuna linea di separazione tra punti d'interesse
-
+
No whitespace in generated shortnames
Nessuno spazio nei nomi brevi generati
@@ -1663,32 +1122,30 @@
Nome dell'icona non nascosta/non codificata
-
Numeric value of bitrate (baud=4800)
- Valore numerico del bitrate (baud=4800)
+ Valore numerico del bitrate (baud=4800)
-
+
Omit Placer name
Ometti nome localizzatore
-
Only read turns; skip all other points
- Leggi solo le svolte; tralascia tutti gli altri punti
+ Leggi solo le svolte; tralascia tutti gli altri punti
-
+
Path to HTML style sheet
Percorso del foglio di stile html
-
+
Precision of coordinates
Precisione delle coordinate
-
+
Proximity distance
Distanza di prossimitÃ
@@ -1697,57 +1154,55 @@
Raggio dei cerchi
-
Radius of our big earth (default 6371000 meters)
- Raggio della Terra (predefinito: 6371000 metri)
+ Raggio della Terra (predefinito: 6371000 metri)
-
Read control points as waypoint/route/none
- Leggi i punti di controllo come punti di interesse/rotte/nessuno
+ Leggi i punti di controllo come punti di interesse/rotte/nessuno
Read/Write date format (i.e. DDMMYYYY)
Formato data in lettura/scrittura (per es. DDMMYYYY)
-
+
Read/Write date format (i.e. yyyy/mm/dd)
Formato data in lettura/scrittura (per es. yyyy/mm/dd)
-
+
Read/write GPGGA sentences
Leggi/scrivi frasi GPGGA
-
+
Read/write GPGSA sentences
Leggi/scrivi frasi GPGSA
-
+
Read/write GPRMC sentences
Leggi/scrivi frasi GPRMC
-
+
Read/write GPVTG sentences
Leggi/scrivi frasi GPVTG
-
+
Read/Write time format (i.e. HH:mm:ss xx)
Formato ora in lettura/scrittura (per es. HH:mm:ss xx)
-
+
Retain at most this number of position points (0 = unlimited)
Mantieni almeno questo numero di punti posizione (0 = illimitati)
-
-
+
+
Return current position as a waypoint
Ritorna la posizione corrente sotto forma di punto d'interesse
@@ -1764,19 +1219,17 @@
Il nome breve è un indirizzo MAC
-
+
Speed in bits per second of serial port (baud=4800)
Velocità in bit/secondo della porta seriale (baud=4800)
-
Split input into separate files
- Suddividi l'ingresso in più file separati
+ Suddividi l'ingresso in più file separati
-
Split into multiple routes at turns
- Suddividi in più rotte alle svolte
+ Suddividi in più rotte alle svolte
Starting seed of the internal number generator
@@ -1790,48 +1243,6 @@
Stealth non-encrypted icon name
Nome dell'icona nascosta/non codificata
-
-
- Wintec TES file
-
-
-
-
- Wintec WBT-100/200 Binary File Format
-
-
-
-
- Wintec WBT-100/200 GPS Download
-
-
-
-
- Wintec WBT-201/G-Rays 2 Binary File Format
-
-
-
-
-
- Appends the input to a backup file
-
-
-
-
-
- Only waypoints that are not the backup file
-
-
-
-
- XAiOX iTrackU Logger
-
-
-
-
- XAiOX iTrackU Logger Binary File Format
-
-
String to separate concatenated address fields (default=", ")
Stringa per separare i campi indirizzo concatenati (predefinito: ", ")
@@ -1845,14 +1256,13 @@
Ometti i geocache obsoleti
-
+
Suppress separator lines between waypoints
Ometti le linee di separazione tra punti d'interesse
-
Suppress use of handshaking in name of speed
- Ometti l'uso dell'handshake per aumentare la velocitÃ
+ Ometti l'uso dell'handshake per aumentare la velocitÃ
Suppress whitespace in generated shortnames
@@ -1863,22 +1273,21 @@
Simbolo da usare per i punti
-
+
Sync GPS time to computer time
Sincronizza l'ora del GPS con quella del computer
-
Synthesize track times
- Sintetizza gli orari delle tracce
+ Sintetizza gli orari delle tracce
-
+
Target GPX version for output
Versione GPX del file di destinazione
-
+
Temperature unit [c=Celsius, f=Fahrenheit]
Unità di temperatura [c=Celsius, f=Fahrenheit]
@@ -1895,13 +1304,13 @@
Tipo del file .an1
-
-
+
+
Units for altitude (f)eet or (m)etres
Unità di misura della quota [m: metri, f: piedi]
-
+
Units used for names with @speed ('s'tatute or 'm'etric)
Untià di misura per nomi con @speed [m: metrico, s: statutario]
@@ -1912,38 +1321,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
UPPERCASE synth. shortnames
Nomi brevi sintetizzati in MAIUSCOLO
@@ -1958,48 +1345,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Use shortname instead of description
Usa il nome breve invece della descrizione
-
+
Use specified bitmap on output
Usa la bitmap specificata nella destinazione
-
+
Version of gdb file to generate (1..3)
Versione del file gdb da generare (1... 3)
@@ -2008,12 +1372,12 @@
Versione del file MapSource da generare (3, 4, 5)
-
+
Waypoint background color
Colore di sfondo dei punti d'interesse
-
+
Waypoint foreground color
Colore dei punti d'interesse
@@ -2026,54 +1390,65 @@
Larghezza della mappa, in pixel
-
+
Width of lines, in pixels
Larghezza delle linee, in pixel
-
+
Write additional node tag key/value pairs
Scrivi coppie addizionali di tag chiave/valore per i nodi
-
+
Write additional way tag key/value pairs
Scrivi coppie addizionali di tag chiave/valore per le vie
-
+
Write all tracks into one file
Scrivi tutte le tracce in un solo file
-
+
Write description to address field
Scrivi la descrizione nel campo indirizzo
-
+
Write each waypoint in a separate file
Scrivi ciascun punto d'interesse in un file separato
-
+
Write notes to address field
Scrivi le note nel campo indirizzo
-
+
Write position to address field
Scrivi la posizione del campo indirizzo
-
-
+
+
Write position using this grid.
Scrivi la posizione usando questa griglia.
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
Write timestamps with offset x to UTC time
Scrivi date e ore con scostamento X rispetto al tempo UTC
@@ -2082,7 +1457,7 @@
Scrivi tracce compatibili con Carto Exploreur
-
+
Write tracks for Gisteq Phototracker
Scrivi tracce per Gisteq Phototracker
diff --git a/gui/coretool/gpsbabel_ru.qm b/gui/coretool/gpsbabel_ru.qm
index c6666caf6..fe8b14bf7 100644
Binary files a/gui/coretool/gpsbabel_ru.qm and b/gui/coretool/gpsbabel_ru.qm differ
diff --git a/gui/coretool/gpsbabel_ru.ts b/gui/coretool/gpsbabel_ru.ts
index 9c1d7e467..13b9d145d 100644
--- a/gui/coretool/gpsbabel_ru.ts
+++ b/gui/coretool/gpsbabel_ru.ts
@@ -4,1808 +4,1561 @@
core
-
Brauniger IQ Series Barograph Download
- ÐагÑÑзка баÑогÑаÑа Brauniger ÑеÑии IQ
+ ÐагÑÑзка баÑогÑаÑа Brauniger ÑеÑии IQ
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Max synthesized shortname length
ÐакÑималÑÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° генеÑиÑÑемÑÑ
коÑоÑкиÑ
названий
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
Allow whitespace synth. shortnames
РазÑеÑиÑÑ Ð¿ÑÐ¾Ð±ÐµÐ»Ñ Ð² коÑоÑкиÑ
названиÑÑ
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
UPPERCASE synth. shortnames
СоздаваÑÑ ÐºÐ¾ÑоÑкие Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ñ Ð² ÐÐРХÐÐÐ Ð ÐÐÐСТРÐ
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Make synth. shortnames unique
ÐелаÑÑ ÐºÐ¾ÑоÑкие Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ñ ÑникалÑнÑми
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Basename prepended to URL on output
ÐобавлÑÑÑ Ð¿ÐµÑед URL-адÑеÑом базовое Ð¸Ð¼Ñ Ð¿Ñи вÑводе
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Use shortname instead of description
ÐÑполÑзоваÑÑ ÐºÐ¾ÑоÑкое название вмеÑÑо опиÑаниÑ
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
GPS datum (def. WGS 84)
СиÑÑема кооÑÐ´Ð¸Ð½Ð°Ñ GPS (по ÑмолÑаниÑ: WGS 84)
-
Cambridge/Winpilot glider software
- ÐРпланеÑа Cambridge/Winpilot
+ ÐРпланеÑа Cambridge/Winpilot
-
+
Columbus/Visiontac V900 files (.csv)
Ð¤Ð°Ð¹Ð»Ñ Columbus/Visiontac V900 (.csv)
-
+
Comma separated values
ÐнаÑениÑ, ÑазделÑннÑе запÑÑÑми
-
-
-
-
-
-
+
+
+
Default icon name
СÑандаÑÑнÑй знаÑок
-
+
Data Logger iBlue747 csv
СÑедÑÑво запиÑи даннÑÑ
iBlue747 (.csv)
-
+
Data Logger iBlue757 csv
СÑедÑÑво запиÑи даннÑÑ
iBlue757 (.csv)
-
DeLorme GPL
- DeLorme GPL
+ DeLorme GPL
-
DeLorme Street Atlas Plus
- DeLorme Street Atlas Plus
+ DeLorme Street Atlas Plus
-
Keep turns if simplify filter is used
- СоÑ
ÑанÑÑÑ Ð¿Ð¾Ð²Ð¾ÑоÑÑ Ð¿Ñи иÑполÑзовании ÑилÑÑÑа ÑпÑоÑениÑ
+ СоÑ
ÑанÑÑÑ Ð¿Ð¾Ð²Ð¾ÑоÑÑ Ð¿Ñи иÑполÑзовании ÑилÑÑÑа ÑпÑоÑениÑ
-
Only read turns; skip all other points
- ЧиÑаÑÑ ÑолÑко повоÑоÑÑ Ð¸ пÑопÑÑкаÑÑ Ð²Ñе оÑÑалÑнÑе ÑоÑки
+ ЧиÑаÑÑ ÑолÑко повоÑоÑÑ Ð¸ пÑопÑÑкаÑÑ Ð²Ñе оÑÑалÑнÑе ÑоÑки
-
Split into multiple routes at turns
- РазделÑÑÑ Ð¼Ð°ÑÑÑÑÑ Ð½Ð° повоÑоÑаÑ
+ РазделÑÑÑ Ð¼Ð°ÑÑÑÑÑ Ð½Ð° повоÑоÑаÑ
-
Read control points as waypoint/route/none
- ЧиÑаÑÑ ÐºÐ¾Ð½ÑÑолÑнÑе ÑоÑки как маÑÑÑÑÑнÑÑ ÑоÑкÑ/маÑÑÑÑÑ/ниÑего
+ ЧиÑаÑÑ ÐºÐ¾Ð½ÑÑолÑнÑе ÑоÑки как маÑÑÑÑÑнÑÑ ÑоÑкÑ/маÑÑÑÑÑ/ниÑего
-
Synthesize track times
- ÐенеÑиÑоваÑÑ Ð²ÑÐµÐ¼Ñ ÑÑеков
+ ÐенеÑиÑоваÑÑ Ð²ÑÐµÐ¼Ñ ÑÑеков
-
DeLorme Street Atlas Route
- ÐаÑÑÑÑÑ DeLorme Street Atlas
+ ÐаÑÑÑÑÑ DeLorme Street Atlas
-
Destinator Itineraries (.dat)
- ÐаÑÑÑÑÑÑ Destinator (.dat)
+ ÐаÑÑÑÑÑÑ Destinator (.dat)
-
Destinator Points of Interest (.dat)
- ÐоÑÑопÑимеÑаÑелÑноÑÑи Destinator (.dat)
+ ÐоÑÑопÑимеÑаÑелÑноÑÑи Destinator (.dat)
-
Destinator TrackLogs (.dat)
- ÐÑÑÐ½Ð°Ð»Ñ ÑÑеков Destinator (.dat)
+ ÐÑÑÐ½Ð°Ð»Ñ ÑÑеков Destinator (.dat)
-
EasyGPS binary format
- ÐвоиÑнÑй ÑоÑÐ¼Ð°Ñ EasyGPS
+ ÐвоиÑнÑй ÑоÑÐ¼Ð°Ñ EasyGPS
-
+
Set waypoint name to source filename
ÐадаваÑÑ Ð¸Ð¼Ñ Ð¼Ð°ÑÑÑÑÑной ÑоÑки на оÑнове имени вÑ
одного Ñайла
-
+
Time-frame (in seconds)
ÐнÑеÑвал вÑемени (в ÑекÑндаÑ
)
-
+
Locate waypoint for tagging by this name
ÐайÑи маÑÑÑÑÑнÑÑ ÑоÑÐºÑ Ð´Ð»Ñ Ð¿Ð¾Ð¼ÐµÑки ÑÑим именем
-
+
!OVERWRITE! the original file. Default=N
!ÐÐÐ ÐÐÐÐÐСÐТЬ! иÑÑ
однÑй Ñайл. Ðо ÑмолÑаниÑ=N
-
+
Embedded Exif-GPS data (.jpg)
ÐÑÑÑоеннÑе даннÑе Exif-GPS (.jpg)
-
-
+
Time zone ID
ÐденÑиÑикаÑÐ¾Ñ ÑаÑового поÑÑа
-
Energympro GPS training watch
- СпоÑÑивнÑе ÑаÑÑ Energympro GPS
+ СпоÑÑивнÑе ÑаÑÑ Energympro GPS
-
Enigma binary waypoint file (.ert)
- ÐвоиÑнÑй Ñайл маÑÑÑÑÑнÑÑ
ÑоÑек Enigma (.ert)
+ ÐвоиÑнÑй Ñайл маÑÑÑÑÑнÑÑ
ÑоÑек Enigma (.ert)
-
+
Source for name field in .dbf
ÐÑÑоÑник Ð´Ð»Ñ Ð¿Ð¾Ð»Ñ Ð¸Ð¼ÐµÐ½Ð¸ в .dbf
-
+
Source for URL field in .dbf
ÐÑÑоÑник Ð´Ð»Ñ Ð¿Ð¾Ð»Ñ URL-адÑеÑа в .dbf
-
+
ESRI shapefile
Файл ÑоÑÐ¼Ñ ESRI
-
F90G Automobile DVR GPS log file
- Файл жÑÑнала F90G Automobile DVR GPS
+ Файл жÑÑнала F90G Automobile DVR GPS
-
+
(integer sec or 'auto') Barograph to GPS time diff
РазниÑа во вÑемени Ð¼ÐµÐ¶Ð´Ñ Ð±Ð°ÑогÑаÑом и GPS (ÑелÑе ÑекÑÐ½Ð´Ñ Ð¸Ð»Ð¸ "авÑо")
-
+
FAI/IGC Flight Recorder Data Format
ФоÑÐ¼Ð°Ñ Ð´Ð°Ð½Ð½ÑÑ
боÑÑового ÑегиÑÑÑаÑоÑа FAI/IGC
-
+
Read all points even if latitude or longitude is missing
ЧиÑаÑÑ Ð²Ñе ÑоÑки, даже еÑли оÑÑÑÑÑÑвÑÐµÑ ÑиÑоÑа или долгоÑа
-
+
Attempt to recovery data from corrupt file
ÐÑÑаÑÑÑÑ Ð²Ð¾ÑÑÑановиÑÑ Ð´Ð°Ð½Ð½Ñе из повÑеждÑнного Ñайла
-
+
Flexible and Interoperable Data Transfer (FIT) Activity file
Файл акÑивноÑÑи Flexible and Interoperable Data Transfer (FIT)
-
FlySight GPS File
- Файл FlySight GPS
+ Файл FlySight GPS
-
Default speed for waypoints (knots/hr)
- СкоÑоÑÑÑ Ð¿Ð¾ ÑмолÑÐ°Ð½Ð¸Ñ Ð´Ð»Ñ Ð¼Ð°ÑÑÑÑÑнÑÑ
ÑоÑек (Ñзлов/Ñ)
+ СкоÑоÑÑÑ Ð¿Ð¾ ÑмолÑÐ°Ð½Ð¸Ñ Ð´Ð»Ñ Ð¼Ð°ÑÑÑÑÑнÑÑ
ÑоÑек (Ñзлов/Ñ)
-
Split input into separate files
- РазделÑÑÑ Ð²Ñ
однÑе даннÑе на оÑделÑнÑе ÑайлÑ
+ РазделÑÑÑ Ð²Ñ
однÑе даннÑе на оÑделÑнÑе ÑайлÑ
-
Franson GPSGate Simulation
- СимÑлÑÑÐ¸Ñ Franson GPSGate
+ СимÑлÑÑÐ¸Ñ Franson GPSGate
-
Fugawi
- Fugawi
+ Fugawi
-
+
Garmin 301 Custom position and heartrate
ÐолÑзоваÑелÑÑкое положение и ÑаÑÑоÑа ÑеÑдеÑнÑÑ
ÑокÑаÑений Garmin 301
-
+
Garmin G1000 datalog input filter file
Файл вÑ
одного ÑилÑÑÑа жÑÑнала даннÑÑ
Garmin G1000
-
Garmin Logbook XML
- Garmin Logbook XML
+ Garmin Logbook XML
-
+
Default category on output (1..16)
СÑандаÑÑÐ½Ð°Ñ ÐºÐ°ÑегоÑÐ¸Ñ Ð¿Ñи вÑводе (1..16)
-
-
+
+
Bitmap of categories
ÐиÑÐ¾Ð²Ð°Ñ ÐºÐ°ÑÑа каÑегоÑий
-
+
Version of gdb file to generate (1..3)
ÐеÑÑÐ¸Ñ GDB (1..3)
-
+
Drop route points that do not have an equivalent waypoint (hidden points)
УдалиÑÑ Ð¿ÑÑевÑе ÑоÑки без ÑооÑвеÑÑÑвÑÑÑей маÑÑÑÑÑной ÑоÑки (ÑкÑÑÑÑе ÑоÑки)
-
+
Don't create waypoints for non-user points
Ðе ÑоздаваÑÑ Ð¼Ð°ÑÑÑÑÑнÑе ÑоÑки Ð´Ð»Ñ Ð½ÐµÐ¿Ð¾Ð»ÑзоваÑелÑÑкиÑ
ÑоÑек
-
+
Include major turn points (with description) from calculated route
ÐклÑÑаÑÑ Ð¾ÑновнÑе ÑоÑки повоÑоÑа (Ñ Ð¾Ð¿Ð¸Ñанием) из ÑаÑÑÑиÑанного маÑÑÑÑÑа
-
+
Garmin MapSource - gdb
Garmin MapSource â gdb
-
-
+
+
Length of generated shortnames
Ðлина генеÑиÑÑемÑÑ
коÑоÑкиÑ
названий
-
+
Read/Write date format (i.e. yyyy/mm/dd)
ФоÑÐ¼Ð°Ñ Ð´Ð°ÑÑ Ð´Ð»Ñ ÑÑениÑ/запиÑи (напÑимеÑ, гггг/мм/дд)
-
+
Distance unit [m=metric, s=statute]
ÐдиниÑа ÑаÑÑÑоÑÐ½Ð¸Ñ [m=меÑÑиÑеÑкаÑ, s=английÑкаÑ]
-
-
+
+
Write position using this grid.
ÐапиÑÑваÑÑ Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ Ñ Ð¸ÑполÑзованием ÑÑой ÑеÑки.
-
+
Precision of coordinates
ТоÑноÑÑÑ ÐºÐ¾Ð¾ÑдинаÑ
-
+
Temperature unit [c=Celsius, f=Fahrenheit]
ÐдиниÑа ÑемпеÑаÑÑÑÑ [c=ЦелÑÑий, f=ФаÑенгейÑ]
-
+
Read/Write time format (i.e. HH:mm:ss xx)
ФоÑÐ¼Ð°Ñ Ð²Ñемени Ð´Ð»Ñ ÑÑениÑ/запиÑи (напÑимеÑ, ЧЧ:мм:ÑÑ ÐºÐ°Ð´ÑÑ)
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
Write timestamps with offset x to UTC time
ÐапиÑÑваÑÑ Ð²ÑеменнÑе меÑки Ñо ÑмеÑением x оÑноÑиÑелÑно вÑемени в ÑоÑмаÑе UTC
-
+
+ Image Offset Time (+HH:MM or -HH:MM)
+
+
+
+
Garmin MapSource - txt (tab delimited)
Garmin MapSource â txt (Ñ Ñазделением ÑабÑлÑÑией)
-
+
Garmin POI database
Ðаза даннÑÑ
доÑÑопÑимеÑаÑелÑноÑÑей Garmin
-
+
Enable alerts on speed or proximity distance
ÐклÑÑиÑÑ Ð¾Ð¿Ð¾Ð²ÐµÑÐµÐ½Ð¸Ñ Ð´Ð»Ñ ÑкоÑоÑÑи или ÑаÑÑÑоÑÐ½Ð¸Ñ Ð±Ð»Ð¸Ð·Ð¾ÑÑи
-
+
Use specified bitmap on output
ÐÑполÑзоваÑÑ ÑказаннÑÑ Ð±Ð¸ÑовÑÑ ÐºÐ°ÑÑÑ Ð¿Ñи вÑводе
-
+
Default category on output
СÑандаÑÑÐ½Ð°Ñ ÐºÐ°ÑегоÑÐ¸Ñ Ð¿Ñи вÑводе
-
+
Don't show gpi bitmap on device
Ðе показÑваÑÑ Ð±Ð¸ÑовÑÑ ÐºÐ°ÑÑÑ gpi на ÑÑÑÑойÑÑве
-
+
Write description to address field
ÐапиÑÑваÑÑ Ð¾Ð¿Ð¸Ñание в поле адÑеÑа
-
+
Write notes to address field
ÐапиÑÑваÑÑ Ð·Ð°Ð¼ÐµÑки в поле адÑеÑа
-
+
Write position to address field
ÐапиÑÑваÑÑ Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ в поле адÑеÑа
-
+
Default proximity
СÑандаÑÑное пÑиближение
-
+
After output job done sleep n second(s)
ÐоÑле вÑÐ¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð²Ñвода ÑделаÑÑ Ð¿Ð°ÑÐ·Ñ n (в ÑекÑндаÑ
)
-
+
Default speed
СÑандаÑÑÐ½Ð°Ñ ÑкоÑоÑÑÑ
-
+
Create unique waypoint names (default = yes)
СоздаваÑÑ ÑникалÑнÑе имена маÑÑÑÑÑнÑÑ
ÑоÑек (по ÑмолÑÐ°Ð½Ð¸Ñ = yes)
-
+
Units used for names with @speed ('s'tatute or 'm'etric)
ÐдиниÑÑ Ð¸Ð·Ð¼ÐµÑÐµÐ½Ð¸Ñ ÑкоÑоÑÑи ('s' â английÑкие или 'm' â меÑÑиÑеÑкие)
-
+
codec to use for writing strings
кодек, коÑоÑÑй иÑполÑзÑеÑÑÑ Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи ÑÑÑок
-
+
language code to use for reading dual language files
код ÑзÑка, коÑоÑÑй иÑполÑзÑеÑÑÑ Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ð´Ð²ÑÑзÑÑнÑÑ
Ñайлов
-
+
Garmin Points of Interest (.gpi)
ÐоÑÑопÑимеÑаÑелÑноÑÑи Garmin (.gpi)
-
-
+
+
Return current position as a waypoint
ÐозвÑаÑаÑÑ ÑекÑÑее положение как маÑÑÑÑÑнÑÑ ÑоÑкÑ
-
-
+
Command unit to power itself down
ÐÑдаваÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ Ð½Ð° ÑамовÑклÑÑение
-
+
Erase existing courses when writing new ones
УдалÑÑÑ ÑÑÑеÑÑвÑÑÑие кÑÑÑÑ Ð¿Ñи запиÑи новÑÑ
-
+
Sync GPS time to computer time
СинÑ
ÑонизиÑоваÑÑ Ð²ÑÐµÐ¼Ñ GPS Ñ Ð²Ñеменем компÑÑÑеÑа
-
+
Category number to use for written waypoints
ÐÐ¾Ð¼ÐµÑ ÐºÐ°ÑегоÑии Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸ÑаннÑÑ
маÑÑÑÑÑнÑÑ
ÑоÑек
-
+
Speed in bits per second of serial port (baud=9600)
СкоÑоÑÑÑ Ð¿Ð¾ÑледоваÑелÑного поÑÑа в биÑаÑ
в ÑекÑÐ½Ð´Ñ (baud=9600)
-
+
+ override codec to use for device
+
+
+
+
Garmin serial/USB protocol
ÐоÑледоваÑелÑнÑй/USB-пÑоÑокол Garmin
-
+
Write course rather than history, default yes
ÐапиÑÑваÑÑ ÐºÑÑÑ, а не жÑÑнал, по ÑмолÑаниÑ: да
-
+
Sport: Biking (deflt), Running, MultiSport, Other
ÐÐ¸Ð´Ñ ÑпоÑÑа: велоÑпоÑÑ (по ÑмолÑаниÑ), бег, ÑазлиÑнÑе Ð²Ð¸Ð´Ñ ÑпоÑÑа, дÑÑгое
-
+
Garmin Training Center (.tcx/.crs/.hst/.xml)
ТÑениÑовоÑнÑй ÑенÑÑ Garmin (.tcx/.crs/.hst/.xml)
-
+
Omit Placer name
ÐпÑÑкаÑÑ Ð¸Ð¼Ñ ÑазмеÑÑивÑего
-
+
Geocaching.com .loc
Geocaching.com .loc
-
Geogrid-Viewer ascii overlay file (.ovl)
- ASCII-Ñайл Ð½Ð°Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Geogrid Viewer (.ovl)
+ ASCII-Ñайл Ð½Ð°Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Geogrid Viewer (.ovl)
-
Geogrid-Viewer binary overlay file (.ovl)
- ÐвоиÑнÑй Ñайл Ð½Ð°Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Geogrid Viewer (.ovl)
+ ÐвоиÑнÑй Ñайл Ð½Ð°Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Geogrid Viewer (.ovl)
-
Geogrid-Viewer tracklogs (.log)
- ÐÑÑÐ½Ð°Ð»Ñ ÑÑеков Geogrid-Viewer (.log)
+ ÐÑÑÐ½Ð°Ð»Ñ ÑÑеков Geogrid-Viewer (.log)
-
+
Compact Output. Default is off.
ÐомпакÑнÑй вÑвод. Ðо ÑмолÑÐ°Ð½Ð¸Ñ Ð¾ÑклÑÑено.
-
+
GeoJson
GeoJson
-
GEOnet Names Server (GNS)
- СеÑÐ²ÐµÑ Ð¸Ð¼Ñн GEOnet (GNS)
+ СеÑÐ²ÐµÑ Ð¸Ð¼Ñн GEOnet (GNS)
-
-
-
-
-
-
-
-
+
+
+
+
+
+
Erase device data after download
УдалÑÑÑ Ð´Ð°Ð½Ð½Ñе ÑÑÑÑойÑÑва поÑле загÑÑзки
-
-
-
-
+
+
+
+
Only erase device data, do not download anything
ТолÑко ÑдалÑÑÑ Ð´Ð°Ð½Ð½Ñе ÑÑÑÑойÑÑва, ниÑего не загÑÑжаÑÑ
-
+
GlobalSat DG-100/BT-335 Download
ÐагÑÑзка GlobalSat DG-100/BT-335
-
+
GlobalSat DG-200 Download
ÐагÑÑзка GlobalSat DG-200
-
+
list tracks
вÑвеÑÑи ÑÑеки
-
+
get track
полÑÑиÑÑ ÑÑек
-
-
-
-
+
+
+
+
Dump raw data to this file
ÐапиÑаÑÑ Ð´Ð°Ð¼Ð¿ необÑабоÑаннÑÑ
даннÑÑ
в ÑÑÐ¾Ñ Ñайл
-
+
GlobalSat GH625XT GPS training watch
СпоÑÑивнÑе ÑаÑÑ GlobalSat GH625XT GPS
-
Google Directions XML
- Google Directions XML
+ Google Directions XML
-
+
Export linestrings for tracks and routes
ÐкÑпоÑÑиÑоваÑÑ Ð´Ð°Ð½Ð½Ñе линий Ð´Ð»Ñ ÑÑеков и маÑÑÑÑÑов
-
+
Export placemarks for tracks and routes
ÐкÑпоÑÑиÑоваÑÑ Ð¼ÐµÑки меÑÑ Ð´Ð»Ñ ÑÑеков и маÑÑÑÑÑов
-
+
Width of lines, in pixels
ШиÑина линий, в пикÑелаÑ
-
+
Line color, specified in hex AABBGGRR
Ð¦Ð²ÐµÑ Ð»Ð¸Ð½Ð¸Ð¸ (ÑеÑÑнадÑаÑеÑиÑное знаÑение AABBGGRR)
-
+
Altitudes are absolute and not clamped to ground
ÐÑÑоÑÑ Ð°Ð±ÑолÑÑÐ½Ñ Ð¸ не пÑивÑÐ·Ð°Ð½Ñ Ðº земле
-
+
Draw extrusion line from trackpoint to ground
РиÑоваÑÑ ÑоединиÑелÑнÑÑ Ð»Ð¸Ð½Ð¸Ñ Ð¾Ñ ÑоÑки ÑÑека до земли
-
+
Write KML track (default = 0)
ÐапиÑÑваÑÑ ÑÑек KML (по ÑмолÑÐ°Ð½Ð¸Ñ = 0)
-
+
Include extended data for trackpoints (default = 1)
ÐклÑÑаÑÑ ÑаÑÑиÑеннÑе даннÑе Ð´Ð»Ñ ÑоÑек ÑÑеков (по ÑмолÑÐ°Ð½Ð¸Ñ = 1)
-
+
Indicate direction of travel in track icons (default = 0)
УказÑваÑÑ Ð½Ð°Ð¿Ñавление Ð´Ð²Ð¸Ð¶ÐµÐ½Ð¸Ñ Ð½Ð° знаÑкаÑ
ÑÑеков (по ÑмолÑÐ°Ð½Ð¸Ñ = 0)
-
+
Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation)
ÐдиниÑÑ, иÑполÑзÑемÑе пÑи напиÑании комменÑаÑиев ('s' â английÑкие, 'm' â меÑÑиÑеÑкие, 'n' â моÑÑкие, 'a' â авиаÑионнÑе)
-
+
Display labels on track and routepoints (default = 1)
ÐоказÑваÑÑ Ð¿Ð¾Ð´Ð¿Ð¸Ñи в ÑоÑкаÑ
ÑÑека и пÑÑи (по ÑмолÑÐ°Ð½Ð¸Ñ = 1)
-
+
Retain at most this number of position points (0 = unlimited)
СоÑ
ÑанÑÑÑ Ð½Ðµ более ÑÑого колиÑеÑÑва ÑоÑек Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ (0 = без огÑаниÑений)
-
+
Rotate colors for tracks and routes (default automatic)
ÐаÑÑиÑоваÑÑ ÑвеÑа Ð´Ð»Ñ ÑÑеков и маÑÑÑÑÑов (по ÑмолÑаниÑ: авÑомаÑиÑеÑки)
-
+
Precision of coordinates, number of decimals
ТоÑноÑÑÑ ÐºÐ¾Ð¾ÑдинаÑ, колиÑеÑÑво ÑиÑÑ Ð¿Ð¾Ñле запÑÑой
-
+
Google Earth (Keyhole) Markup Language
ЯзÑк ÑазмеÑки Google Earth (Keyhole)
-
Google Navigator Tracklines (.trl)
- Ðинии ÑÑеков Google Navigator (.trl)
+ Ðинии ÑÑеков Google Navigator (.trl)
-
+
Complete date-free tracks with given date (YYYYMMDD).
ÐобавлÑÑÑ Ð² ÑÑеки без даÑÑ ÑказаннÑÑ Ð´Ð°ÑÑ (ÐÐÐÐÐÐÐÐ).
-
+
GPS Tracking Key Pro text
ТекÑÑ GPS Tracking Key Pro
-
+
+ Google Takeout Location History
+
+
+
+
GPS TrackMaker
GPS TrackMaker
-
+
GPSBabel arc filter file
Файл дÑгового ÑилÑÑÑа GPSBabel
-
+
GpsDrive Format
ФоÑÐ¼Ð°Ñ GpsDrive
-
+
GpsDrive Format for Tracks
ФоÑÐ¼Ð°Ñ GpsDrive Ð´Ð»Ñ ÑÑеков
-
+
No whitespace in generated shortnames
ÐапÑеÑиÑÑ Ð¿ÑÐ¾Ð±ÐµÐ»Ñ Ð² генеÑиÑÑемÑÑ
коÑоÑкиÑ
названиÑÑ
-
+
Create waypoints from geocache log entries
СоздаваÑÑ Ð¼Ð°ÑÑÑÑÑнÑе ÑоÑки на оÑнове запиÑей жÑÑнала геокÑÑа
-
+
Base URL for link tag in output
ÐазовÑй URL-адÑÐµÑ Ð´Ð»Ñ Ñега ÑÑÑлки в вÑводе
-
+
Target GPX version for output
Ð¦ÐµÐ»ÐµÐ²Ð°Ñ Ð²ÐµÑÑÐ¸Ñ GPX Ð´Ð»Ñ Ð²Ñвода
-
+
Add info (depth) as Humminbird extension
ÐобавлÑÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ (глÑбинÑ) как ÑаÑÑиÑение Humminbird
-
+
Add info (depth) as Garmin extension
ÐобавлÑÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ (глÑбинÑ) как ÑаÑÑиÑение Garmin
-
+
Precision of elevations, number of decimals
ТоÑноÑÑÑ Ð²ÑÑоÑ, колиÑеÑÑво ÑиÑÑ Ð¿Ð¾Ñле запÑÑой
-
+
GPX XML
GPX XML
-
HikeTech
- HikeTech
+ HikeTech
-
Holux (gm-100) .wpo Format
- ФоÑÐ¼Ð°Ñ Holux (gm-100) .wpo
+ ФоÑÐ¼Ð°Ñ Holux (gm-100) .wpo
-
-
-
-
+
+
+
+
MTK compatible CSV output file
ÐÑÑ
одной Ñайл CSV, ÑовмеÑÑимÑй Ñ MTK
-
+
Holux M-241 (MTK based) Binary File Format
ФоÑÐ¼Ð°Ñ Ð´Ð²Ð¾Ð¸ÑнÑÑ
Ñайлов Holux M-241 (на оÑнове MTK)
-
-
-
+
+
Enable logging after download
ÐклÑÑиÑÑ Ð²ÐµÐ´ÐµÐ½Ð¸Ðµ жÑÑнала поÑле загÑÑзки
-
-
+
+
Size of blocks in KB to request from device
Ð Ð°Ð·Ð¼ÐµÑ Ð±Ð»Ð¾ÐºÐ¾Ð² в ÐÐ Ð´Ð»Ñ Ð·Ð°Ð¿ÑоÑа Ñ ÑÑÑÑойÑÑва
-
+
Holux M-241 (MTK based) download
ÐагÑÑзка Holux M-241 (на оÑнове MTK)
-
+
Path to HTML style sheet
ÐÑÑÑ Ðº ÑаблиÑе ÑÑилей HTML
-
-
-
+
+
+
Encrypt hints using ROT13
ÐаÑиÑÑовÑваÑÑ Ð¿Ð¾Ð´Ñказки Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ ROT13
-
-
+
+
Include groundspeak logs if present
ÐклÑÑаÑÑ Ð¶ÑÑÐ½Ð°Ð»Ñ Groundspeak (еÑли доÑÑÑпнÑ)
-
-
+
+
Degrees output as 'ddd', 'dmm'(default) or 'dms'
ÐÑвод гÑадÑÑов как "ddd" (деÑÑÑиÑнÑе гÑадÑÑÑ), "dmm" (деÑÑÑиÑнÑе минÑÑÑ, по ÑмолÑаниÑ) или "dms" (деÑÑÑиÑнÑе ÑекÑндÑ)
-
-
+
+
Units for altitude (f)eet or (m)etres
ÐдиниÑÑ Ð²ÑÑоÑÑ, "f" (ÑÑÑÑ) или "m" (меÑÑÑ)
-
+
HTML Output
ÐÑвод HTML
-
+
Humminbird tracks (.ht)
ТÑеки Humminbird (.ht)
-
+
Humminbird waypoints and routes (.hwr)
ÐаÑÑÑÑÑнÑе ÑоÑки и маÑÑÑÑÑÑ Humminbird (.hwr)
-
Index of track to write (if more than one in source)
- ÐÐ½Ð´ÐµÐºÑ ÑÑека Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи (еÑли в иÑÑоÑнике болÑÑе одного)
+ ÐÐ½Ð´ÐµÐºÑ ÑÑека Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи (еÑли в иÑÑоÑнике болÑÑе одного)
-
IGN Rando track files
- Ð¤Ð°Ð¹Ð»Ñ ÑÑеков IGN Rando
+ Ð¤Ð°Ð¹Ð»Ñ ÑÑеков IGN Rando
-
iGo Primo points of interest (.upoi)
- ÐоÑÑопÑимеÑаÑелÑноÑÑи iGo Primo (.upoi)
+ ÐоÑÑопÑимеÑаÑелÑноÑÑи iGo Primo (.upoi)
-
iGO2008 points of interest (.upoi)
- ÐоÑÑопÑимеÑаÑелÑноÑÑи iGO2008 (.upoi)
+ ÐоÑÑопÑимеÑаÑелÑноÑÑи iGO2008 (.upoi)
-
Track identification number
- ÐденÑиÑикаÑионнÑй Ð½Ð¾Ð¼ÐµÑ ÑÑека
+ ÐденÑиÑикаÑионнÑй Ð½Ð¾Ð¼ÐµÑ ÑÑека
-
Track title
- Ðазвание ÑÑека
+ Ðазвание ÑÑека
-
Track description
- ÐпиÑание ÑÑека
+ ÐпиÑание ÑÑека
-
IGO8 .trk
- IGO8 .trk
+ IGO8 .trk
-
Kompass (DAV) Track (.tk)
- ТÑек Kompass (DAV) (.tk)
+ ТÑек Kompass (DAV) (.tk)
-
Kompass (DAV) Waypoints (.wp)
- ÐаÑÑÑÑÑнÑе ÑоÑки Kompass (DAV) (.wp)
+ ÐаÑÑÑÑÑнÑе ÑоÑки Kompass (DAV) (.wp)
-
+
(USR input) Ignore event marker icons on read
(ввод USR) ÐгноÑиÑоваÑÑ Ð·Ð½Ð°Ñки маÑкеÑов ÑобÑÑий пÑи ÑÑении
-
+
(USR output) Treat waypoints as icons on write
(вÑвод USR) РаÑÑмаÑÑиваÑÑ Ð¼Ð°ÑÑÑÑÑнÑе ÑоÑки как знаÑки пÑи запиÑи
-
+
(USR output) Merge into one segmented trail
(вÑвод USR) ÐбÑединÑÑÑ Ð² один ÑегменÑиÑованнÑй Ñлед
-
+
(USR input) Break segments into separate trails
(ввод USR) РазбиваÑÑ ÑегменÑÑ Ð½Ð° оÑделÑнÑе ÑледÑ
-
+
(USR output) Write version
(USR input) Read version
(вÑвод USR) ÐеÑÑÐ¸Ñ Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи
-
+
(USR output) Output file title string
(вÑвод USR) СÑÑока Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ñ Ð²ÑÑ
одного Ñайла
-
+
(USR output) Device serial number
(вÑвод USR) СеÑийнÑй Ð½Ð¾Ð¼ÐµÑ ÑÑÑÑойÑÑва
-
+
(USR output) Output file content description
(вÑвод USR) ÐпиÑание ÑодеÑжимого вÑÑ
одного Ñайла
-
+
Lowrance USR
Lowrance USR
-
-
-
Max number of comments to write (maxcmts=200)
- ÐакÑималÑное колиÑеÑÑво комменÑаÑиев Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи (maxcmts=200)
+ ÐакÑималÑное колиÑеÑÑво комменÑаÑиев Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи (maxcmts=200)
-
Magellan SD files (as for eXplorist)
- Ð¤Ð°Ð¹Ð»Ñ Magellan SD (Ð´Ð»Ñ eXplorist)
+ Ð¤Ð°Ð¹Ð»Ñ Magellan SD (Ð´Ð»Ñ eXplorist)
-
Magellan SD files (as for Meridian)
- Ð¤Ð°Ð¹Ð»Ñ Magellan SD (Ð´Ð»Ñ Meridian)
+ Ð¤Ð°Ð¹Ð»Ñ Magellan SD (Ð´Ð»Ñ Meridian)
-
Numeric value of bitrate (baud=4800)
- ЧиÑловое знаÑение ÑкоÑоÑÑи поÑока (baud=4800)
+ ЧиÑловое знаÑение ÑкоÑоÑÑи поÑока (baud=4800)
-
Suppress use of handshaking in name of speed
- ÐодавлÑÑÑ Ð¸ÑполÑзование ÑÑкопожаÑий Ð´Ð»Ñ ÑвелиÑÐµÐ½Ð¸Ñ ÑкоÑоÑÑи
+ ÐодавлÑÑÑ Ð¸ÑполÑзование ÑÑкопожаÑий Ð´Ð»Ñ ÑвелиÑÐµÐ½Ð¸Ñ ÑкоÑоÑÑи
-
-
Delete all waypoints
- УдалÑÑÑ Ð²Ñе маÑÑÑÑÑнÑе ÑоÑки
+ УдалÑÑÑ Ð²Ñе маÑÑÑÑÑнÑе ÑоÑки
-
Magellan serial protocol
- ÐоÑледоваÑелÑнÑй пÑоÑокол Magellan
+ ÐоÑледоваÑелÑнÑй пÑоÑокол Magellan
-
MagicMaps IK3D project file (.ikt)
- Файл пÑоекÑа MagicMaps IK3D (.ikt)
+ Файл пÑоекÑа MagicMaps IK3D (.ikt)
-
Mainnav
- Mainnav
+ Mainnav
-
Include only via stations in route
- ÐÑинимаÑÑ ÑолÑко ÑоÑки Ð¾Ñ ÑÑанÑий Ð´Ð»Ñ Ð¼Ð°ÑÑÑÑÑа
+ ÐÑинимаÑÑ ÑолÑко ÑоÑки Ð¾Ñ ÑÑанÑий Ð´Ð»Ñ Ð¼Ð°ÑÑÑÑÑа
-
Map&Guide 'TourExchangeFormat' XML
- Map&Guide 'TourExchangeFormat' XML
+ Map&Guide 'TourExchangeFormat' XML
-
MapAsia track file (.tr7)
- Файл ÑÑека MapAsia (.tr7)
+ Файл ÑÑека MapAsia (.tr7)
-
Mapbar (China) navigation track for Sonim Xp3300
- ÐавигаÑионнÑй ÑÑек Mapbar (ÐиÑай) Ð´Ð»Ñ Sonim Xp3300
+ ÐавигаÑионнÑй ÑÑек Mapbar (ÐиÑай) Ð´Ð»Ñ Sonim Xp3300
-
Mapfactor Navigator
- Mapfactor Navigator
+ Mapfactor Navigator
-
Mapopolis.com Mapconverter CSV
- Mapopolis.com Mapconverter CSV
+ Mapopolis.com Mapconverter CSV
-
MapTech Exchange Format
- MapTech Exchange Format
+ MapTech Exchange Format
-
Speed in bits per second of serial port (autodetect=0)
- СкоÑоÑÑÑ Ð¿Ð¾ÑледоваÑелÑного поÑÑа в биÑаÑ
в ÑекÑÐ½Ð´Ñ (авÑоопÑеделение=0)
+ СкоÑоÑÑÑ Ð¿Ð¾ÑледоваÑелÑного поÑÑа в биÑаÑ
в ÑекÑÐ½Ð´Ñ (авÑоопÑеделение=0)
-
Download logged fixes
- ÐагÑÑжаÑÑ Ð·Ð°Ð½ÐµÑÑннÑе в жÑÑнал иÑпÑавлениÑ
+ ÐагÑÑжаÑÑ Ð·Ð°Ð½ÐµÑÑннÑе в жÑÑнал иÑпÑавлениÑ
-
Show device status
- ÐоказÑваÑÑ ÑоÑÑоÑние ÑÑÑÑойÑÑва
+ ÐоказÑваÑÑ ÑоÑÑоÑние ÑÑÑÑойÑÑва
-
MediaTek Locus
- MediaTek Locus
+ MediaTek Locus
-
Write items 'locked' [default no]
- ÐапиÑÑваÑÑ Ð¾Ð±ÑекÑÑ "заблокиÑованнÑми" [по ÑмолÑаниÑ: неÑ]
+ ÐапиÑÑваÑÑ Ð¾Ð±ÑекÑÑ "заблокиÑованнÑми" [по ÑмолÑаниÑ: неÑ]
-
Write items 'visible' [default yes]
- ÐапиÑÑваÑÑ Ð¾Ð±ÑекÑÑ "видимÑми" [по ÑмолÑаниÑ: да]
+ ÐапиÑÑваÑÑ Ð¾Ð±ÑекÑÑ "видимÑми" [по ÑмолÑаниÑ: да]
-
Write files with internal version [n]
- ÐапиÑÑваÑÑ ÑÐ°Ð¹Ð»Ñ Ñ Ð²Ð½ÑÑÑенней веÑÑией [n]
+ ÐапиÑÑваÑÑ ÑÐ°Ð¹Ð»Ñ Ñ Ð²Ð½ÑÑÑенней веÑÑией [n]
-
Memory-Map Navigator overlay files (.mmo)
- Ð¤Ð°Ð¹Ð»Ñ Ð½Ð°Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Memory-Map Navigator (.mmo)
+ Ð¤Ð°Ð¹Ð»Ñ Ð½Ð°Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Memory-Map Navigator (.mmo)
-
Microsoft Streets and Trips 2002-2007
- Microsoft Streets and Trips 2002-2007
+ Microsoft Streets and Trips 2002-2007
-
-
+
+
Baud rate used for download
СкоÑоÑÑÑ Ð·Ð°Ð³ÑÑзки в бодаÑ
-
-
+
+
First sector to be read from the device
ÐеÑвÑй ÑекÑÐ¾Ñ Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ñ ÑÑÑÑойÑÑва
-
-
+
+
Baud rate used to init device (0=autodetect)
СкоÑоÑÑÑ Ð¸Ð½Ð¸ÑиализаÑии ÑÑÑÑойÑÑва в бодаÑ
(0=авÑоопÑеделение)
-
-
+
+
Last sector to be read from the device (-1: smart read everything)
ÐоÑледний ÑекÑÐ¾Ñ Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ñ ÑÑÑÑойÑÑва (-1: инÑеллекÑÑалÑное ÑÑение вÑего)
-
-
+
+
Disable output (useful with erase)
ÐÑклÑÑаÑÑ Ð²Ñвод (полезно пÑи Ñдалении)
-
-
+
+
Number of sectors to read at once (0=use single sector mode)
ÐолиÑеÑÑво ÑекÑоÑов Ð´Ð»Ñ Ð¾Ð´Ð½Ð¾Ð²Ñеменного ÑÑÐµÐ½Ð¸Ñ (0=иÑполÑзоваÑÑ Ð¾Ð´Ð½Ð¾ÑекÑоÑнÑй Ñежим)
-
+
POI for Home Symbol as lat:lng[:alt]
УказаÑÑ ÑаÑположение знаÑка дома как lat:lng[:alt]
-
+
POI for Car Symbol as lat:lng[:alt]
УказаÑÑ ÑаÑположение знаÑка авÑÐ¾Ð¼Ð¾Ð±Ð¸Ð»Ñ ÐºÐ°Ðº lat:lng[:alt]
-
+
POI for Boat Symbol as lat:lng[:alt]
УказаÑÑ ÑаÑположение знаÑка коÑÐ°Ð±Ð»Ñ ÐºÐ°Ðº lat:lng[:alt]
-
+
POI for Heart Symbol as lat:lng[:alt]
УказаÑÑ ÑаÑположение знаÑка ÑеÑдÑа как lat:lng[:alt]
-
+
POI for Bar Symbol as lat:lng[:alt]
УказаÑÑ ÑаÑположение знаÑка ÑеÑÑоÑана как lat:lng[:alt]
-
+
MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI)
MiniHomer, ÑÑедÑÑво запиÑи даннÑÑ
на оÑнове skyTraq Venus 6 (загÑÑзка ÑÑеков, маÑÑÑÑÑнÑÑ
ÑоÑек, а Ñакже полÑÑение/ÑÑÑановка ÑоÑек инÑеÑеÑа)
-
+
Garmin Mobile XT ([ATRK]/STRK)
Garmin Mobile XT ([ATRK]/STRK)
-
+
Track name processing option ([0]-nrm/1-ign)
ÐаÑамеÑÑ Ð¾Ð±ÑабоÑки названий ÑÑеков ([0]-nrm/1-ign)
-
+
Mobile Garmin XT Track files
Ð¤Ð°Ð¹Ð»Ñ ÑÑеков Mobile Garmin XT
-
Motoactiv CSV
- Motoactiv CSV
+ Motoactiv CSV
-
Index of route to write (if more than one in source)
- ÐÐ½Ð´ÐµÐºÑ Ð¼Ð°ÑÑÑÑÑа Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи (еÑли в иÑÑоÑнике болÑÑе одного)
+ ÐÐ½Ð´ÐµÐºÑ Ð¼Ð°ÑÑÑÑÑа Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи (еÑли в иÑÑоÑнике болÑÑе одного)
-
New name for the route
- Ðовое Ð¸Ð¼Ñ Ð¼Ð°ÑÑÑÑÑа
+ Ðовое Ð¸Ð¼Ñ Ð¼Ð°ÑÑÑÑÑа
-
Radius of our big earth (default 6371000 meters)
- РадиÑÑ Ðемли (по ÑмолÑаниÑ: 6371000 меÑÑов)
+ РадиÑÑ Ðемли (по ÑмолÑаниÑ: 6371000 меÑÑов)
-
Motorrad Routenplaner (Map&Guide) .bcr files
- Ð¤Ð°Ð¹Ð»Ñ Motorrad Routenplaner (Map&Guide) .bcr
+ Ð¤Ð°Ð¹Ð»Ñ Motorrad Routenplaner (Map&Guide) .bcr
-
+
MTK Logger (iBlue 747,...) Binary File Format
ФоÑÐ¼Ð°Ñ Ð´Ð²Ð¾Ð¸ÑнÑÑ
Ñайлов MTK Logger (iBlue 747,...)
-
+
MTK Logger (iBlue 747,Qstarz BT-1000,...) download
ÐагÑÑзка MTK Logger (iBlue 747,Qstarz BT-1000,...)
-
MyNav TRC format
- ФоÑÐ¼Ð°Ñ MyNav TRC
+ ФоÑÐ¼Ð°Ñ MyNav TRC
-
+
Datum (default=NAD27)
СиÑÑема кооÑÐ´Ð¸Ð½Ð°Ñ (по ÑмолÑаниÑ=NAD27)
-
+
National Geographic Topo .tpg (waypoints)
National Geographic Topo .tpg (маÑÑÑÑÑнÑе ÑоÑки)
-
+
National Geographic Topo 2.x .tpo
National Geographic Topo 2.x .tpo
-
+
National Geographic Topo 3.x/4.x .tpo
National Geographic Topo 3.x/4.x .tpo
-
Navigon Waypoints
- ÐаÑÑÑÑÑнÑе ÑоÑки Navigon
+ ÐаÑÑÑÑÑнÑе ÑоÑки Navigon
-
Delete all track points
- УдалÑÑÑ Ð²Ñе ÑоÑки ÑÑеков
+ УдалÑÑÑ Ð²Ñе ÑоÑки ÑÑеков
-
Delete all routes
- УдалÑÑÑ Ð²Ñе маÑÑÑÑÑÑ
+ УдалÑÑÑ Ð²Ñе маÑÑÑÑÑÑ
-
Clear the datalog
- ÐÑиÑаÑÑ Ð¶ÑÑнал даннÑÑ
+ ÐÑиÑаÑÑ Ð¶ÑÑнал даннÑÑ
-
Read from datalogger buffer
- ЧиÑаÑÑ Ð¸Ð· бÑÑеÑа ÑÑедÑÑва запиÑи даннÑÑ
+ ЧиÑаÑÑ Ð¸Ð· бÑÑеÑа ÑÑедÑÑва запиÑи даннÑÑ
-
NaviGPS GT-11/BGT-11 Download
- ÐагÑÑзка NaviGPS GT-11/BGT-11
+ ÐагÑÑзка NaviGPS GT-11/BGT-11
-
NaviGPS GT-31/BGT-31 datalogger (.sbp)
- СÑедÑÑво запиÑи даннÑÑ
NaviGPS GT-31/BGT-31 (.sbp)
+ СÑедÑÑво запиÑи даннÑÑ
NaviGPS GT-31/BGT-31 (.sbp)
-
NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn)
- ÐвоиÑнÑй Ñайл жÑÑнала NaviGPS GT-31/BGT-31 SiRF (.sbn)
+ ÐвоиÑнÑй Ñайл жÑÑнала NaviGPS GT-31/BGT-31 SiRF (.sbn)
-
Navitel binary track (.bin)
- ÐвоиÑнÑй ÑÑек Navitel (.bin)
+ ÐвоиÑнÑй ÑÑек Navitel (.bin)
-
Navitrak DNA marker format
- ФоÑÐ¼Ð°Ñ Ð¼Ð°ÑкеÑов ÐÐÐ Navitrak
+ ФоÑÐ¼Ð°Ñ Ð¼Ð°ÑкеÑов ÐÐÐ Navitrak
-
NIMA/GNIS Geographic Names File
- Файл геогÑаÑиÑеÑкиÑ
названий NIMA/GNIS
+ Файл геогÑаÑиÑеÑкиÑ
названий NIMA/GNIS
-
+
Max length of waypoint name to write
ÐакÑималÑÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° имени маÑÑÑÑÑной ÑоÑки Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи
-
+
Read/write GPRMC sentences
ЧиÑаÑÑ/запиÑÑваÑÑ Ð¿Ð¾ÑледоваÑелÑноÑÑи GPRMC
-
+
Read/write GPGGA sentences
ЧиÑаÑÑ/запиÑÑваÑÑ Ð¿Ð¾ÑледоваÑелÑноÑÑи GPGGA
-
+
Read/write GPVTG sentences
ЧиÑаÑÑ/запиÑÑваÑÑ Ð¿Ð¾ÑледоваÑелÑноÑÑи GPVTG
-
+
Read/write GPGSA sentences
ЧиÑаÑÑ/запиÑÑваÑÑ Ð¿Ð¾ÑледоваÑелÑноÑÑи GPGSA
-
+
Decimal seconds to pause between groups of strings
ÐаÑза (в ÑекÑндаÑ
) Ð¼ÐµÐ¶Ð´Ñ Ð³ÑÑппами ÑÑÑок
-
+
Append realtime positioning data to the output file instead of truncating
ÐобавлÑÑÑ Ð´Ð°Ð½Ð½Ñе о ÑаÑположении в ÑеалÑном вÑемени в конÑе вÑÑ
одного Ñайла, а не ÑÑекаÑÑ Ð¸Ñ
-
+
Speed in bits per second of serial port (baud=4800)
СкоÑоÑÑÑ Ð¿Ð¾ÑледоваÑелÑного поÑÑа в биÑаÑ
в ÑекÑÐ½Ð´Ñ (baud=4800)
-
+
Write tracks for Gisteq Phototracker
ÐапиÑÑваÑÑ ÑÑеки Ð´Ð»Ñ Gisteq Phototracker
-
+
Accept position fixes in gpgga marked invalid
ÐÑинимаÑÑ Ð¸ÑпÑÐ°Ð²Ð»ÐµÐ½Ð¸Ñ ÑаÑÐ¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð² gpgga, оÑмеÑеннÑе как некоÑÑекÑнÑе
-
+
NMEA 0183 sentences
ÐоÑледоваÑелÑноÑÑи NMEA 0183
-
Compact binary representation
- ÐомпакÑное двоиÑное пÑедÑÑавление
+ ÐомпакÑное двоиÑное пÑедÑÑавление
-
Nokia Landmark Exchange
- Nokia Landmark Exchange
+ Nokia Landmark Exchange
-
+
Write additional way tag key/value pairs
ÐапиÑÑваÑÑ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸ÑелÑнÑе паÑÑ ÐºÐ»ÑÑ/знаÑение меÑок пÑÑи
-
+
Write additional node tag key/value pairs
ÐапиÑÑваÑÑ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸ÑелÑнÑе паÑÑ ÐºÐ»ÑÑ/знаÑение меÑок Ñзлов
-
+
Use this value as custom created_by value
ÐÑполÑзоваÑÑ ÑÑо знаÑение как полÑзоваÑелÑÑкое знаÑение created_by
-
+
OpenStreetMap data files
Ð¤Ð°Ð¹Ð»Ñ Ð´Ð°Ð½Ð½ÑÑ
OpenStreetMap
-
+
Write all tracks into one file
ÐапиÑÑваÑÑ Ð²Ñе ÑÑеки в один Ñайл
-
+
Waypoint foreground color
Ð¦Ð²ÐµÑ Ð¿ÐµÑеднего плана маÑÑÑÑÑнÑÑ
ÑоÑек
-
+
Waypoint background color
Ð¦Ð²ÐµÑ Ñона маÑÑÑÑÑнÑÑ
ÑоÑек
-
+
Proximity distance
РаÑÑÑоÑние близоÑÑи
-
+
Unit used in altitude values
ÐдиниÑа Ð´Ð»Ñ Ð·Ð½Ð°Ñений вÑÑоÑ
-
+
Unit used in proximity values
ÐдиниÑа Ð´Ð»Ñ Ð·Ð½Ð°Ñений близоÑÑи
-
+
codec to use for reading and writing strings (default windows-1252)
кодек Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ð¸ запиÑи ÑÑÑок (по ÑмолÑаниÑ: windows-1252)
-
+
OziExplorer
OziExplorer
-
+
Qstarz BL-1000
Qstarz BL-1000
-
Default location
- СÑандаÑÑное ÑаÑположение
+ СÑандаÑÑное ÑаÑположение
-
Raymarine Waypoint File (.rwf)
- Файл маÑÑÑÑÑнÑÑ
ÑоÑек Raymarine (.rwf)
+ Файл маÑÑÑÑÑнÑÑ
ÑоÑек Raymarine (.rwf)
-
Ricoh GPS Log File
- Файл жÑÑнала Ricoh GPS
+ Файл жÑÑнала Ricoh GPS
-
See You flight analysis data
- ÐаннÑе анализа полÑÑа See You
+ ÐаннÑе анализа полÑÑа See You
-
+
Set location finder target location as lat,lng
ÐадаÑÑ ÑаÑположение Ñели ÑÑедÑÑва поиÑка ÑаÑположений как lat,lng
-
+
Configure logging parameter as tmin:tmax:dmin:dmax
ÐаÑÑÑоиÑÑ Ð¿Ð°ÑамеÑÑ Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¶ÑÑнала как tmin:tmax:dmin:dmax
-
+
Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000)
ÐозиÑÐ¸Ñ Ð² видео, Ð´Ð»Ñ ÐºÐ¾ÑоÑой извеÑÑно ÑоÑное вÑÐµÐ¼Ñ GPS (ÑÑммÑÑ[.ÑÑÑ], по ÑмолÑаниÑ: 00:00:00,000)
-
+
GPS time at position video_time (hhmmss[.sss], default is first timestamp of track)
ÐÑÐµÐ¼Ñ GPS в позиÑии video_time (ÑÑммÑÑ[.ÑÑÑ], по ÑмолÑаниÑ: пеÑÐ²Ð°Ñ Ð²ÑÐµÐ¼ÐµÐ½Ð½Ð°Ñ Ð¼ÐµÑка ÑÑека)
-
+
GPS date at position video_time (yyyymmdd, default is first timestamp of track)
ÐаÑа GPS в позиÑии video_time (ггггммдд, по ÑмолÑаниÑ: пеÑÐ²Ð°Ñ Ð²ÑÐµÐ¼ÐµÐ½Ð½Ð°Ñ Ð¼ÐµÑка ÑÑека)
-
-
-
+
+
+
Seconds that GPS time tracks UTC (0: best guess)
ÐолиÑеÑÑво ÑекÑнд ÑмеÑÐµÐ½Ð¸Ñ Ð²Ñемени GPS Ð¾Ñ UTC (0: наилÑÑÑее пÑедполагаемое)
-
-
-
+
+
+
GPS week rollover period we're in (-1: best guess)
ÐкÑÑалÑнÑй пеÑиод ÑбÑоÑа номеÑа недели GPS (-1: наилÑÑÑее пÑедполагаемое)
-
+
SkyTraq Venus based loggers (download)
СÑедÑÑва запиÑи даннÑÑ
на оÑнове SkyTraq Venus (загÑÑзка)
-
+
First sector to be read from the file
ÐеÑвÑй ÑекÑÐ¾Ñ Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ð¸Ð· Ñайла
-
+
Last sector to be read from the file (-1: read till empty sector)
ÐоÑледний ÑекÑÐ¾Ñ Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ð¸Ð· Ñайла (-1: ÑиÑаÑÑ Ð´Ð¾ доÑÑÐ¸Ð¶ÐµÐ½Ð¸Ñ Ð¿ÑÑÑого ÑекÑоÑа)
-
+
SkyTraq Venus based loggers Binary File Format
ФоÑÐ¼Ð°Ñ Ð´Ð²Ð¾Ð¸ÑнÑÑ
Ñайлов ÑÑедÑÑв запиÑи даннÑÑ
на оÑнове SkyTraq Venus
-
+
Format for subtitles
ФоÑÐ¼Ð°Ñ Ð´Ð»Ñ ÑÑбÑиÑÑов
-
+
SubRip subtitles for video mapping (.srt)
СÑбÑиÑÑÑ SubRip Ð´Ð»Ñ Ð²Ð¸Ð´ÐµÐ¾ÐºÐ°ÑÑогÑаÑиÑÐ¾Ð²Ð°Ð½Ð¸Ñ (.srt)
-
Swiss Map 25/50/100 (.xol)
- Swiss Map 25/50/100 (.xol)
+ Swiss Map 25/50/100 (.xol)
-
+
Tab delimited fields useful for OpenOffice
РазделÑннÑе ÑабÑлÑÑиÑми Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ OpenOffice
-
Teletype [ Get Jonathon Johnson to describe
- ТелеÑайп
+ ТелеÑайп
-
+
Suppress separator lines between waypoints
ÐодавлÑÑÑ ÑазделиÑелÑнÑе линии Ð¼ÐµÐ¶Ð´Ñ Ð¼Ð°ÑÑÑÑÑнÑми ÑоÑками
-
+
Write each waypoint in a separate file
ÐапиÑÑваÑÑ ÐºÐ°Ð¶Ð´ÑÑ Ð¼Ð°ÑÑÑÑÑнÑÑ ÑоÑÐºÑ Ð² оÑделÑнÑй Ñайл
-
+
Textual Output
ТекÑÑовÑй вÑвод
-
TomTom Itineraries (.itn)
- ÐаÑÑÑÑÑÑ TomTom (.itn)
+ ÐаÑÑÑÑÑÑ TomTom (.itn)
-
TomTom Places Itineraries (.itn)
- ÐаÑÑÑÑÑÑ TomTom Places (.itn)
+ ÐаÑÑÑÑÑÑ TomTom Places (.itn)
-
TomTom POI file (.asc)
- Файл доÑÑопÑимеÑаÑелÑноÑÑей TomTom (.asc)
+ Файл доÑÑопÑимеÑаÑелÑноÑÑей TomTom (.asc)
-
TomTom POI file (.ov2)
- Файл доÑÑопÑимеÑаÑелÑноÑÑей TomTom (.ov2)
+ Файл доÑÑопÑимеÑаÑелÑноÑÑей TomTom (.ov2)
-
Index of track (if more than one in source)
- ÐÐ½Ð´ÐµÐºÑ ÑÑека (еÑли в иÑÑоÑнике болÑÑе одного)
+ ÐÐ½Ð´ÐµÐºÑ ÑÑека (еÑли в иÑÑоÑнике болÑÑе одного)
-
TrackLogs digital mapping (.trl)
- ЦиÑÑÐ¾Ð²Ð°Ñ ÐºÐ°ÑÑогÑаÑÐ¸Ñ TrackLogs (.trl)
+ ЦиÑÑÐ¾Ð²Ð°Ñ ÐºÐ°ÑÑогÑаÑÐ¸Ñ TrackLogs (.trl)
-
+
Write name(s) of format(s) from input session(s)
ÐапиÑÑваÑÑ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ñ ÑоÑмаÑов из вÑ
однÑÑ
ÑеанÑов
-
+
Write filename(s) from input session(s)
ÐапиÑÑваÑÑ Ð¸Ð¼ÐµÐ½Ð° Ñайлов из вÑ
однÑÑ
ÑеанÑов
-
+
Universal csv with field structure in first line
УнивеÑÑалÑнÑй csv Ñо ÑÑÑÑкÑÑÑой полей в пеÑвой ÑÑÑоке
-
+
Vcard Output (for iPod)
ÐÑвод Vcard (Ð´Ð»Ñ iPod)
-
Wintec TES file
- Файл Wintec TES
+ Файл Wintec TES
-
Wintec WBT-100/200 Binary File Format
- ФоÑÐ¼Ð°Ñ Ð´Ð²Ð¾Ð¸ÑнÑÑ
Ñайлов Wintec WBT-100/200
+ ФоÑÐ¼Ð°Ñ Ð´Ð²Ð¾Ð¸ÑнÑÑ
Ñайлов Wintec WBT-100/200
-
Wintec WBT-100/200 GPS Download
- ÐагÑÑзка Wintec WBT-100/200 GPS
+ ÐагÑÑзка Wintec WBT-100/200 GPS
-
Wintec WBT-201/G-Rays 2 Binary File Format
- ФоÑÐ¼Ð°Ñ Ð´Ð²Ð¾Ð¸ÑнÑÑ
Ñайлов Wintec WBT-201/G-Rays 2
+ ФоÑÐ¼Ð°Ñ Ð´Ð²Ð¾Ð¸ÑнÑÑ
Ñайлов Wintec WBT-201/G-Rays 2
-
-
Appends the input to a backup file
- ÐобавлÑÐµÑ Ð²Ñ
однÑе даннÑе в Ñайл ÑезеÑвной копии
+ ÐобавлÑÐµÑ Ð²Ñ
однÑе даннÑе в Ñайл ÑезеÑвной копии
-
-
Only waypoints that are not the backup file
- ТолÑко маÑÑÑÑÑнÑе ÑоÑки, коÑоÑÑе не Ñ
ÑанÑÑÑÑ Ð² ÑезеÑвном Ñайле
+ ТолÑко маÑÑÑÑÑнÑе ÑоÑки, коÑоÑÑе не Ñ
ÑанÑÑÑÑ Ð² ÑезеÑвном Ñайле
-
XAiOX iTrackU Logger
- СÑедÑÑво запиÑи даннÑÑ
XAiOX iTrackU
+ СÑедÑÑво запиÑи даннÑÑ
XAiOX iTrackU
-
XAiOX iTrackU Logger Binary File Format
- ФоÑÐ¼Ð°Ñ Ð´Ð²Ð¾Ð¸ÑнÑÑ
Ñайлов ÑÑедÑÑва запиÑи даннÑÑ
XAiOX iTrackU
+ ФоÑÐ¼Ð°Ñ Ð´Ð²Ð¾Ð¸ÑнÑÑ
Ñайлов ÑÑедÑÑва запиÑи даннÑÑ
XAiOX iTrackU
diff --git a/gui/gpsbabelfe_de.qm b/gui/gpsbabelfe_de.qm
index 86d1536dd..d9f31d0ea 100644
Binary files a/gui/gpsbabelfe_de.qm and b/gui/gpsbabelfe_de.qm differ
diff --git a/gui/gpsbabelfe_de.ts b/gui/gpsbabelfe_de.ts
index 238bfee12..b005887a9 100644
--- a/gui/gpsbabelfe_de.ts
+++ b/gui/gpsbabelfe_de.ts
@@ -16,12 +16,13 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
@@ -31,6 +32,28 @@ p, li { white-space: pre-wrap; }
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
+<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p>
+<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
@@ -471,17 +494,17 @@ p, li { white-space: pre-wrap; }
default
-
+
Select one or more input files
eine oder mehrere Originaldateien markieren
-
+
Output File Name
Zieldatei-Name
-
+
Error reading format configuration. Check that the backend program "gpsbabel" is properly installed and is in the current PATH
This program cannot continue.
@@ -490,7 +513,7 @@ This program cannot continue.
Das Programm muss abgebrochen werden.
-
+
Some file/device formats were not found during initialization. Check that the backend program "gpsbabel" is properly installed and is in the current PATH
This program cannot continue.
@@ -499,7 +522,7 @@ This program cannot continue.
Das Prgramm muss abgebrochen werden.
-
+
Input and output formats do not support %1
Keine Unterstützung für %1 im Ein- oder Ausgabeformat
@@ -512,68 +535,68 @@ Das Prgramm muss abgebrochen werden.
Eingabeformat unterstützt %1. Keine Unterstützung für %2 im Ausgabeformat
-
+
Input does not support %1; output format supports %1
Keine Unterstützung für %1 im Eingabeformat; Ausgabeformat unterstützt %1 {1;?}
-
+
Input format supports %1; output format does not support %1
Eingabeformat unterstützt %1. Keine Unterstützung für %1 im Ausgabeformat {1;?}
-
+
Both input and output formats support %1
Ein- und Ausgabeformat unterstützen %1
-
+
waypoints
Wegpunkte
-
+
tracks
tracks
-
+
routes
Routen
-
+
There are no input options for format "%1"
Es gibt keine Eingabeoptionen für das Format "%1"
-
-
+
+
Options for %1
Optionen für %1
-
+
There are no output options for format "%1"
Es gibt keine Ausgabeoptionen für das Format "%1"
-
+
No valid waypoints/routes/tracks translation specified
keine gültige Angabe von Wegpunkt-/Routen-/Trackfiltern
-
+
No input file specified
keine Quelldatei angegeben
-
+
No valid output specified
keine gültiges Ziel angegeben
-
+
No output file specified
keine Zieldatei angegeben
@@ -586,33 +609,33 @@ Das Prgramm muss abgebrochen werden.
Prozess endete mit code %1
-
+
Translation successful
Konvertierung erfolgreich
-
+
Error running gpsbabel: %1
Fehler beim Aufruf von gpsbabel: %1
-
+
Are you sure you want to reset all format options to default values?
Sind Sie sicher, dass Sie alle Formatoptionen auf die Vorgaben stellen wollen?
-
+
About %1
Ãber %1
-
+
One or more data filters are active
Einer oder mehrere Datenfilter sind aktiviert
-
+
No data filters are active
Keine Datenfilter sind aktiv
@@ -865,17 +888,17 @@ Das Prgramm muss abgebrochen werden.
Map
-
+
Error opening "gmapbase.html" file. Check installation
-
+
Missing "gmapbase.html" file. Check installation
Datei "gmapbase.html" nicht gefunden. Prüfen Sie die Installation
-
+
Failed to load Google maps base page
Fehler beim Laden der Google maps Hauptseite
@@ -884,28 +907,28 @@ Das Prgramm muss abgebrochen werden.
MiscFltWidget
-
-
-
-
+
+
+
+
Tracks
Tracks
-
-
-
-
+
+
+
+
Waypoints
Wegpunkte
-
-
-
-
+
+
+
+
Routes
Routen
@@ -1137,7 +1160,7 @@ Manche Dateiformate unterstuetzen nur eine Teilmenge, entweder Wegpunkte oder Tr
QObject
-
+
Error processing formats from running process "gpsbabel -^3" at line %1
Fehler beim Verarbeiten der Formate vom laufenden Process "gpsbabel-^3" in Zeile %1
@@ -1352,7 +1375,7 @@ Diese Option korrigiert die Uhrzeit aller Trackpunkte. Dies kann nützlich sein,
-
+
days
Tage
@@ -1364,7 +1387,7 @@ Diese Option korrigiert die Uhrzeit aller Trackpunkte. Dies kann nützlich sein,
-
+
mins
shortform variant seemed sensible
Min.
@@ -1396,28 +1419,43 @@ Diese Option wird zusammen mit ihrem Gegenspieler verwendet, um Trackpunkte zu v
Start
-
+
+
+ If checked, times specified here are based on this computer's current time zone.
+
+
+
+
+
+ If checked, times specified here are UTC.
+
+
+
+
+ UTC
+
+
+
If checked, time specified here is based on this computer's current time zone.
- Wenn angekreuzt, richtet sich die angegebene Zeit nach der Zeitzone dieses Computers.
+ Wenn angekreuzt, richtet sich die angegebene Zeit nach der Zeitzone dieses Computers.
-
If checked, the times specified here are based on the local computer's time zone. Otherwise it is UTC.
- Wenn angekreuzt, richtet sich die angegebene Zeit nach der Zeitzone dieses Computers. Wenn nicht, wird UTC angenommen.
+ Wenn angekreuzt, richtet sich die angegebene Zeit nach der Zeitzone dieses Computers. Wenn nicht, wird UTC angenommen.
-
+
Local Time
Lokale Zeit
-
-
+
+
Use track pts before this time.
Nur Trackpunkte vor diesem Zeitpunkt behalten.
-
+
Use only track points before this timestamp.
This option is used in conjunction with the start option to discard all trackpoints outside of a given period of time. This option defines the end of the time period.
@@ -1426,18 +1464,18 @@ This option is used in conjunction with the start option to discard all trackpoi
Diese Option wird zusammen mit ihrem Gegenstück verwendet, um alle Trackpunkte auβerhalb eines Zeitfensters zu verwerfen. Diese Option definiert das Ende des Fensters.
-
+
Stop
Stop
-
+
Pack all tracks into one.
no sentence
Tracks zu einem Track verketten
-
+
Pack all tracks into one.
This option causes all tracks to be appended to one another to form a single track. This option does not work if any two tracks overlap in time; in that case, consider using the merge option.
@@ -1450,18 +1488,18 @@ Diese Option sorgt dafür, daβ alle Tracks hintereinander zu einen gemeinsamen
Diese Option eignet sich am besten dafuer, Tracks zu verbinden, die durch eine Fehlfunktion oder eine automatische 'über-Nacht-Auftrennung' aufgeteilt wurden.
-
+
Pack
guesswork, depends on context
Verketten
-
+
Merge multiple tracks for the same way.
Tracks auf einem Weg mischen.
-
+
Merge multiple tracks for the same way.
This option puts all track points from all tracks into a single track and sorts them by time stamp. Points with identical time stamps will be dropped.
@@ -1470,12 +1508,12 @@ This option puts all track points from all tracks into a single track and sorts
Diese Option übernimmt alle Punkte aus allen Tracks in einen einzigen Track und sortiert sie nach der Zeit. Punkte mit den gleichen Zeitdaten werden entfernt.
-
+
Merge
Mischen
-
+
Split by Date
Split tracks.
nach Datum teilen
@@ -1499,43 +1537,43 @@ Mehrere Tracks, die sich ueber Tagesgrenzen verteilen, können so ebenfalls an D
Aufspalten
-
+
If nonzero, the track will be split if the time between two points is greater than this parameter. If zero, the track will be split by date.
Falls nicht Null, und wenn die Zeitdaten aufeinanderfolgender Trackpunkte gröβer sind als der angegebene Wert, wird der Track dort aufgesplittet. Bei Null wird der Track an den Datumsgrenzen aufgeteilt.
-
+
hrs
abbr point
Std.
-
+
Split by Dist.
nach Entf. teilen
-
+
If nonzero, the input track will be split into several tracks if the distance between successive track points is greater than the distance given as a parameter.
Falls nicht Null, und wenn die Distanz aufeinanderfolgender Trackpunkte gröβer ist als der angegebene Wert, wird der Track dort aufgesplittet.
-
+
ft
ft
-
+
m
m
-
+
km
km
-
+
mi
meilen
@@ -1557,43 +1595,43 @@ Diese Option erzeugt GPS Fixwerte und setzt diese für alle Trackpunkte auf die
Die Option wird eingesetzt, um ein Format, das keine Fixdaten enthält in eines zu konvertieren, das sie voraussetzt.
-
+
GPS Fixes
GPS Fixdaten
-
+
none
keine
-
+
pps
PPS
-
+
dgps
DGPS
-
+
3d
3d
-
+
2d
2d
-
+
Synthesize course.
no sentence
Kurswerte generieren
-
+
Synthesize course.
This option computes (or recomputes) a value for the GPS heading at each trackpoint. This is most useful with trackpoints from formats that don't support heading information or for trackpoints synthesized by the interpolate filter. The heading at each trackpoint is simply the course from the previous trackpoint in the track. The first trackpoint in each track is arbitrarily assigned a heading of 0 degrees.
@@ -1602,23 +1640,23 @@ This option computes (or recomputes) a value for the GPS heading at each trackpo
Diese Option erzeugt oder errechnet einen Wert für den GPS-Kurs an jeden Trackpunkt. Das ist insbesondere dann nützlich, wenn ein Format konvertiert werden soll, das keine Kursdaten enthält - oder für Trackpunkte die vom Mittelwert-Filter generiert wurden. Der Kurs an einem Trackpunkt ist einfach die Richtung vom vorherigen Trackpunkt zum aktuellen. Dem ersten Trackpunkt in jedem Track wird automatisch ein Wert von null Grad zugewiesen.
-
+
Course
Kurs
-
+
Synthesize speed.
no sentence
Tempodaten generieren
-
+
Split by Time
nach Zeit teilen
-
+
Synthesize speed.
This option computes a value for the GPS speed at each trackpoint. This is most useful with trackpoints from formats that don't support speed information or for trackpoints synthesized by the interpolate filter. The speed at each trackpoint is the average speed from the previous trackpoint (distance divided by time). The first trackpoint in each track is assigned a speed of "unknown."
@@ -1628,7 +1666,7 @@ This option computes a value for the GPS speed at each trackpoint. This is most
Diese Option generiert für jeden Trackpunkt einen Geschwindigkeitswert. Sie wird eingesetzt, wenn ein Format konvertiert werden soll, das diese Daten nicht enthält - oder bei Trackpunkten, die vom Mittelwert-Filter generiert wurden. Das Tempo an jedem Trackpunkt ist die mittlere Geschwindigkeit vom vorherigen (Weg durch Zeit). Dem ersten Trackpunkt in allen Tracks wird der Wert 'unbekannt' zugewiesen.
-
+
Speed
Geschwindikgkeit
@@ -1644,44 +1682,44 @@ Diese Option generiert für jeden Trackpunkt einen Geschwindigkeitswert. Sie wir
UpgradeCheck
-
-
-
+
+
+
HTTP
HTTP
-
+
Unexpected reply.
-
+
Download failed: %1.
Download fehlgeschlagen: %1.
-
+
Download failed: %1: %2.
-
+
Error
-
+
Invalid return data at line %1: %2.
-
+
A new version of GPSBabel is available.<br />Your version is %1 <br />The latest version is %2
Eine neue Version von GPSBabel ist verfügbar.<br />Die installierte Version ist %1 <br />Die neueste Version ist %2
-
+
Do you wish to download an upgrade?
Möchten Sie die Aktualisierung herunter laden?
@@ -1690,7 +1728,7 @@ Diese Option generiert für jeden Trackpunkt einen Geschwindigkeitswert. Sie wir
<center><b>Eine neue GPSBabel-Version ist verfügbar</b><br>Die Version auf diesem Computer ist %1 <br>Die neueste Version ist %2</center>
-
+
Upgrade
Update
diff --git a/gui/gpsbabelfe_es.qm b/gui/gpsbabelfe_es.qm
index 25587a7ab..4106d7b10 100644
Binary files a/gui/gpsbabelfe_es.qm and b/gui/gpsbabelfe_es.qm differ
diff --git a/gui/gpsbabelfe_es.ts b/gui/gpsbabelfe_es.ts
index 8102a6d5c..25b2f449d 100644
--- a/gui/gpsbabelfe_es.ts
+++ b/gui/gpsbabelfe_es.ts
@@ -16,12 +16,13 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
@@ -31,6 +32,28 @@ p, li { white-space: pre-wrap; }
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
+<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p>
+<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
@@ -548,31 +571,31 @@ Higher number provides more detailed diagnostics.
Defecto
-
+
Select one or more input files
Seleccionar uno o más archivos de entrada
-
+
Output File Name
Nombre del fichero de salida
-
+
Error reading format configuration. Check that the backend program "gpsbabel" is properly installed and is in the current PATH
This program cannot continue.
Se ha producido un error cuando se intentaba leer la configuración. Compruebe que el núcleo de "gpsbabel" está instalado correctamente y que se halla en la RUTA actual. Este programa no puede continuar.
-
+
Some file/device formats were not found during initialization. Check that the backend program "gpsbabel" is properly installed and is in the current PATH
This program cannot continue.
El formato de alfunos ficheros o dispositivos no se halló durante la inicialización. Compruebe que el núcleo de "gpsbabel" está instalado correctamente y que se halla en la RUTA actual. Este programa no puede continuar.
-
+
Input and output formats do not support %1
Formatos de entrada y salida inadmisibles %1
@@ -581,68 +604,68 @@ This program cannot continue.
Formatos de entrada inadmisible %1; Formatos de salida inadmisible %2
-
+
Input does not support %1; output format supports %1
Formatos de entrada inadmisible %1; Formatos de salida inadmisible %1 {1;?}
-
+
Input format supports %1; output format does not support %1
-
+
Both input and output formats support %1
Formatos de entrada y salida admisibles (ambos) %1
-
+
waypoints
Puntos de interés
-
+
tracks
Registro de trazados
-
+
routes
Rutas
-
+
There are no input options for format "%1"
No hay opciones de entrada para el formato "%1"
-
-
+
+
Options for %1
Opciones de %1
-
+
There are no output options for format "%1"
No hay opciones de salida para el formato "%1"
-
+
No valid waypoints/routes/tracks translation specified
Se han especificicado puntos de interés, trazados o rutas no traducibles
-
+
No input file specified
No se ha especificado el fichero de entrada
-
+
No valid output specified
El fichero de salida no es válido
-
+
No output file specified
No se ha especificado el fichero de salida
@@ -655,33 +678,33 @@ This program cannot continue.
El proceso terminó sin suerte y con el código %1
-
+
Translation successful
Traducción realizada con éxito
-
+
Error running gpsbabel: %1
Error ejecutando gpsbabel: %1
-
+
Are you sure you want to reset all format options to default values?
¿Estás seguro de que quieres volver a los formatos por defecto?
-
+
About %1
Acerca de %1
-
+
One or more data filters are active
Uno o más filtros de datos están activos
-
+
No data filters are active
Ningún filtro de datos está activo
@@ -922,17 +945,17 @@ This program cannot continue.
Map
-
+
Error opening "gmapbase.html" file. Check installation
-
+
Missing "gmapbase.html" file. Check installation
No se encuentra el fichero ""gmapbase.html". Compruebe la instalación
-
+
Failed to load Google maps base page
Fallo al buscar la página básica de los mapas de Googe
@@ -941,28 +964,28 @@ This program cannot continue.
MiscFltWidget
-
-
-
-
+
+
+
+
Tracks
Trazados
-
-
-
-
+
+
+
+
Waypoints
Puntos de interés
-
-
-
-
+
+
+
+
Routes
Rutas
@@ -1189,7 +1212,7 @@ Algunos formatos de datos de los GPS solo permiten utilizar una parte de los pun
QObject
-
+
Error processing formats from running process "gpsbabel -^3" at line %1
Error al procesar los formatos seleccionados en el proceso "gpsbabel -^3" en la lÃnea %1
@@ -1398,7 +1421,7 @@ This option changes the time of all trackpoints. This might be useful if your tr
-
+
days
dÃas
@@ -1409,7 +1432,7 @@ This option changes the time of all trackpoints. This might be useful if your tr
-
+
mins
minutos
@@ -1439,45 +1462,60 @@ Esta opción se utiliza junto con la de parar (stop) para descartar puntos que f
Comenzar
-
+
+
+ If checked, times specified here are based on this computer's current time zone.
+
+
+
+
+
+ If checked, times specified here are UTC.
+
+
+
+
+ UTC
+
+
+
If checked, time specified here is based on this computer's current time zone.
- Si seleccionado, los datos especificados se basan en la zona horaria de tu ordenador.
+ Si seleccionado, los datos especificados se basan en la zona horaria de tu ordenador.
-
If checked, the times specified here are based on the local computer's time zone. Otherwise it is UTC.
- Si seleccionado, los datos especificados se basan en la zona horaria de tu ordenador. En caso contrario, es UTC.
+ Si seleccionado, los datos especificados se basan en la zona horaria de tu ordenador. En caso contrario, es UTC.
-
+
Local Time
Hora local
-
-
+
+
Use track pts before this time.
Usa los puntos del trazado tomados antes de esta hora.
-
+
Use only track points before this timestamp.
This option is used in conjunction with the start option to discard all trackpoints outside of a given period of time. This option defines the end of the time period.
Usa los puntos del trazado tomados antes de esta marca de tiempo. Esta opción se usa junto con la opción comenzar para descartar todos los puntos no tomados en determinado perÃodo temporal. Esta opción define el final del perÃodo.
-
+
Stop
Parar
-
+
Pack all tracks into one.
Junta todos los trazados en uno.
-
+
Pack all tracks into one.
This option causes all tracks to be appended to one another to form a single track. This option does not work if any two tracks overlap in time; in that case, consider using the merge option.
@@ -1490,17 +1528,17 @@ Esta opción hace que todos los trazados se añadan uno tras otros hasta formar
Esta opción es muy útil para juntar trazados que se interrumpieron por un error en el equipo o por una parada para descansar.
-
+
Pack
Juntar
-
+
Merge multiple tracks for the same way.
Unir diversos trazados repetitivos.
-
+
Merge multiple tracks for the same way.
This option puts all track points from all tracks into a single track and sorts them by time stamp. Points with identical time stamps will be dropped.
@@ -1509,12 +1547,12 @@ This option puts all track points from all tracks into a single track and sorts
Esta opción pone todos los puntos de todos los trazados en un único trazado y los ordena por la marca de tiempo. Los puntos con idénticas marcas de tiempo son borrados.
-
+
Merge
Unir
-
+
Split by Date
Split tracks.
Dividir trazados por fecha
@@ -1537,42 +1575,42 @@ Si la entrada tiene múltiples trazados, júntalos antes de dividirlos por dÃa.
Dividir
-
+
If nonzero, the track will be split if the time between two points is greater than this parameter. If zero, the track will be split by date.
Si "nonzero", el trazado será dividido si el tiempo entre dos puntos es mayor que el parámetro. Si "zero", el trazado será dividido por dÃa.
-
+
hrs
hrs
-
+
Split by Dist.
Dividir trazados por distancia.
-
+
If nonzero, the input track will be split into several tracks if the distance between successive track points is greater than the distance given as a parameter.
Si "nonzero", el trazado será dividido en varios trazados si la distancia entre dos puntos es mayor que el parámetro dado.
-
+
ft
ft
-
+
m
m
-
+
km
Km
-
+
mi
mi
@@ -1594,42 +1632,42 @@ Esta opción fija el estatus de las correcciones GPS de todos los puntos del tra
Esta opción es muy útil cuando se trata de convertir de un formato que no contiene ninguna corrección GPS a uno que la requiere.
-
+
GPS Fixes
Correcciones GPS
-
+
none
ninguno
-
+
pps
pps
-
+
dgps
dgps
-
+
3d
3d
-
+
2d
2d
-
+
Synthesize course.
Sintetizar el rumbo.
-
+
Synthesize course.
This option computes (or recomputes) a value for the GPS heading at each trackpoint. This is most useful with trackpoints from formats that don't support heading information or for trackpoints synthesized by the interpolate filter. The heading at each trackpoint is simply the course from the previous trackpoint in the track. The first trackpoint in each track is arbitrarily assigned a heading of 0 degrees.
@@ -1638,22 +1676,22 @@ This option computes (or recomputes) a value for the GPS heading at each trackpo
Esta opción calcula (o recalcula) un valor para el rumbo de cada punto del trazado. Es muy útil para puntos de trazado en formatos que no contienen información sobre el rumbo o para puntos de trazado calculados con el filtro interpolar. El rumbo de cada punto es simplemente la dirección desde el punto previo en el trazado. El primer punto de cada trazado tiene el valor arbitrario de 0 grados.
-
+
Course
Dirección
-
+
Synthesize speed.
Calcular velocidad.
-
+
Split by Time
Dividir trazados en función del tiempo
-
+
Synthesize speed.
This option computes a value for the GPS speed at each trackpoint. This is most useful with trackpoints from formats that don't support speed information or for trackpoints synthesized by the interpolate filter. The speed at each trackpoint is the average speed from the previous trackpoint (distance divided by time). The first trackpoint in each track is assigned a speed of "unknown."
@@ -1662,7 +1700,7 @@ This option computes a value for the GPS speed at each trackpoint. This is most
Esta opción calcula (o recalcula) un valor para la velocidad de cada punto del trazado. Es muy útil para puntos de trazado en formatos que no contienen información sobre la velocidad o para puntos de trazado calculados con el filtro interpolar. La velocidad de cada punto es simplemente la media (distancia partido por tiempo) desde el punto previo en el trazado. El primer punto de cada trazado tiene el valor arbitrario de "desconocido".
-
+
Speed
Velocidad
@@ -1678,44 +1716,44 @@ Esta opción calcula (o recalcula) un valor para la velocidad de cada punto del
UpgradeCheck
-
-
-
+
+
+
HTTP
HTTP
-
+
Unexpected reply.
-
+
Download failed: %1.
La descarga falló: %1.
-
+
Download failed: %1: %2.
-
+
Error
Error
-
+
Invalid return data at line %1: %2.
Ha devuelto datos no válidos en la lÃnea %1: %2.
-
+
A new version of GPSBabel is available.<br />Your version is %1 <br />The latest version is %2
Una nueva versióon de GPSBabel ha salido ya. <br />Tu versión es la %1 <br />La última versióon serÃa %2
-
+
Do you wish to download an upgrade?
¿Quieres bajarte una actualización?
@@ -1724,7 +1762,7 @@ Esta opción calcula (o recalcula) un valor para la velocidad de cada punto del
<center><b>Una nueva versión de GPSBabel está disponible </b><br>La versión actual es %1 <br> La versión más reciente es %2</center>
-
+
Upgrade
Actualizar
diff --git a/gui/gpsbabelfe_fr.qm b/gui/gpsbabelfe_fr.qm
index 5210c7575..8a277d4db 100644
Binary files a/gui/gpsbabelfe_fr.qm and b/gui/gpsbabelfe_fr.qm differ
diff --git a/gui/gpsbabelfe_fr.ts b/gui/gpsbabelfe_fr.ts
index 13d403bfe..1575b5e41 100644
--- a/gui/gpsbabelfe_fr.ts
+++ b/gui/gpsbabelfe_fr.ts
@@ -16,12 +16,13 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
@@ -31,6 +32,28 @@ p, li { white-space: pre-wrap; }
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
+<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p>
+<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
@@ -432,128 +455,128 @@ Higher number provides more detailed diagnostics.
MainWindow
-
+
Select one or more input files
-
+
Output File Name
-
+
Error reading format configuration. Check that the backend program "gpsbabel" is properly installed and is in the current PATH
This program cannot continue.
-
+
Some file/device formats were not found during initialization. Check that the backend program "gpsbabel" is properly installed and is in the current PATH
This program cannot continue.
-
+
Input and output formats do not support %1
-
+
Input does not support %1; output format supports %1
-
+
Input format supports %1; output format does not support %1
-
+
Both input and output formats support %1
-
+
waypoints
-
+
tracks
-
+
routes
-
+
There are no input options for format "%1"
-
-
+
+
Options for %1
Options pour %1
-
+
There are no output options for format "%1"
-
+
No valid waypoints/routes/tracks translation specified
-
+
No input file specified
-
+
No valid output specified
-
+
No output file specified
-
+
Translation successful
-
+
Error running gpsbabel: %1
-
+
Are you sure you want to reset all format options to default values?
-
+
About %1
-
+
One or more data filters are active
-
+
No data filters are active
@@ -782,17 +805,17 @@ This program cannot continue.
Map
-
+
Error opening "gmapbase.html" file. Check installation
-
+
Missing "gmapbase.html" file. Check installation
-
+
Failed to load Google maps base page
@@ -801,28 +824,28 @@ This program cannot continue.
MiscFltWidget
-
-
-
-
+
+
+
+
Tracks
Traces
-
-
-
-
+
+
+
+
Waypoints
Waypoints
-
-
-
-
+
+
+
+
Routes
Routes
@@ -1014,7 +1037,7 @@ Some GPS data formats support only some subset of waypoints, tracks, and routes.
QObject
-
+
Error processing formats from running process "gpsbabel -^3" at line %1
@@ -1210,7 +1233,7 @@ This option changes the time of all trackpoints. This might be useful if your tr
-
+
days
@@ -1221,7 +1244,7 @@ This option changes the time of all trackpoints. This might be useful if your tr
-
+
mins
@@ -1249,45 +1272,35 @@ This option is used along with the stop to discard trackpoints that were recorde
-
- If checked, time specified here is based on this computer's current time zone.
-
-
-
-
- If checked, the times specified here are based on the local computer's time zone. Otherwise it is UTC.
-
-
-
-
+
Local Time
-
-
+
+
Use track pts before this time.
-
+
Use only track points before this timestamp.
This option is used in conjunction with the start option to discard all trackpoints outside of a given period of time. This option defines the end of the time period.
-
+
Stop
-
+
Pack all tracks into one.
-
+
Pack all tracks into one.
This option causes all tracks to be appended to one another to form a single track. This option does not work if any two tracks overlap in time; in that case, consider using the merge option.
@@ -1296,139 +1309,156 @@ This option is most useful for rejoining tracks that might have been interrupted
-
+
Pack
-
+
Merge multiple tracks for the same way.
-
+
Merge multiple tracks for the same way.
This option puts all track points from all tracks into a single track and sorts them by time stamp. Points with identical time stamps will be dropped.
-
+
Merge
-
+
Split by Date
Split tracks.
-
+
If nonzero, the track will be split if the time between two points is greater than this parameter. If zero, the track will be split by date.
-
+
hrs
-
+
Split by Dist.
-
+
If nonzero, the input track will be split into several tracks if the distance between successive track points is greater than the distance given as a parameter.
-
+
ft
-
+
m
-
+
km
-
+
mi
-
+
GPS Fixes
-
+
none
-
+
pps
-
+
dgps
-
+
3d
-
+
2d
-
+
Synthesize course.
-
+
Synthesize course.
This option computes (or recomputes) a value for the GPS heading at each trackpoint. This is most useful with trackpoints from formats that don't support heading information or for trackpoints synthesized by the interpolate filter. The heading at each trackpoint is simply the course from the previous trackpoint in the track. The first trackpoint in each track is arbitrarily assigned a heading of 0 degrees.
-
+
Course
-
+
+
+ If checked, times specified here are based on this computer's current time zone.
+
+
+
+
+
+ If checked, times specified here are UTC.
+
+
+
+
+ UTC
+
+
+
+
Synthesize speed.
-
+
Split by Time
-
+
Synthesize speed.
This option computes a value for the GPS speed at each trackpoint. This is most useful with trackpoints from formats that don't support speed information or for trackpoints synthesized by the interpolate filter. The speed at each trackpoint is the average speed from the previous trackpoint (distance divided by time). The first trackpoint in each track is assigned a speed of "unknown."
-
+
Speed
@@ -1444,49 +1474,49 @@ This option computes a value for the GPS speed at each trackpoint. This is most
UpgradeCheck
-
-
-
+
+
+
HTTP
-
+
Unexpected reply.
-
+
Download failed: %1.
-
+
Download failed: %1: %2.
-
+
Error
-
+
Invalid return data at line %1: %2.
-
+
A new version of GPSBabel is available.<br />Your version is %1 <br />The latest version is %2
-
+
Do you wish to download an upgrade?
-
+
Upgrade
diff --git a/gui/gpsbabelfe_hu.qm b/gui/gpsbabelfe_hu.qm
index dbcefd6fc..af5aa8ce1 100644
Binary files a/gui/gpsbabelfe_hu.qm and b/gui/gpsbabelfe_hu.qm differ
diff --git a/gui/gpsbabelfe_hu.ts b/gui/gpsbabelfe_hu.ts
index d3aabb811..45337420a 100644
--- a/gui/gpsbabelfe_hu.ts
+++ b/gui/gpsbabelfe_hu.ts
@@ -16,12 +16,13 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
@@ -31,6 +32,28 @@ p, li { white-space: pre-wrap; }
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
+<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p>
+<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
@@ -432,128 +455,128 @@ Higher number provides more detailed diagnostics.
MainWindow
-
+
Select one or more input files
-
+
Output File Name
-
+
Error reading format configuration. Check that the backend program "gpsbabel" is properly installed and is in the current PATH
This program cannot continue.
-
+
Some file/device formats were not found during initialization. Check that the backend program "gpsbabel" is properly installed and is in the current PATH
This program cannot continue.
-
+
Input and output formats do not support %1
-
+
Input does not support %1; output format supports %1
-
+
Input format supports %1; output format does not support %1
-
+
Both input and output formats support %1
-
+
waypoints
-
+
tracks
-
+
routes
-
+
There are no input options for format "%1"
-
-
+
+
Options for %1
-
+
There are no output options for format "%1"
-
+
No valid waypoints/routes/tracks translation specified
-
+
No input file specified
-
+
No valid output specified
-
+
No output file specified
-
+
Translation successful
-
+
Error running gpsbabel: %1
-
+
Are you sure you want to reset all format options to default values?
-
+
About %1
-
+
One or more data filters are active
-
+
No data filters are active
@@ -777,17 +800,17 @@ This program cannot continue.
Map
-
+
Error opening "gmapbase.html" file. Check installation
-
+
Missing "gmapbase.html" file. Check installation
-
+
Failed to load Google maps base page
@@ -796,28 +819,28 @@ This program cannot continue.
MiscFltWidget
-
-
-
-
+
+
+
+
Tracks
Nyomvonalak
-
-
-
-
+
+
+
+
Waypoints
Ãtpontok
-
-
-
-
+
+
+
+
Routes
Ãtvonalak
@@ -1009,7 +1032,7 @@ Some GPS data formats support only some subset of waypoints, tracks, and routes.
QObject
-
+
Error processing formats from running process "gpsbabel -^3" at line %1
@@ -1205,7 +1228,7 @@ This option changes the time of all trackpoints. This might be useful if your tr
-
+
days
@@ -1216,7 +1239,7 @@ This option changes the time of all trackpoints. This might be useful if your tr
-
+
mins
@@ -1244,45 +1267,35 @@ This option is used along with the stop to discard trackpoints that were recorde
-
- If checked, time specified here is based on this computer's current time zone.
-
-
-
-
- If checked, the times specified here are based on the local computer's time zone. Otherwise it is UTC.
-
-
-
-
+
Local Time
-
-
+
+
Use track pts before this time.
-
+
Use only track points before this timestamp.
This option is used in conjunction with the start option to discard all trackpoints outside of a given period of time. This option defines the end of the time period.
-
+
Stop
-
+
Pack all tracks into one.
-
+
Pack all tracks into one.
This option causes all tracks to be appended to one another to form a single track. This option does not work if any two tracks overlap in time; in that case, consider using the merge option.
@@ -1291,139 +1304,156 @@ This option is most useful for rejoining tracks that might have been interrupted
-
+
Pack
-
+
Merge multiple tracks for the same way.
-
+
Merge multiple tracks for the same way.
This option puts all track points from all tracks into a single track and sorts them by time stamp. Points with identical time stamps will be dropped.
-
+
Merge
-
+
Split by Date
Split tracks.
-
+
If nonzero, the track will be split if the time between two points is greater than this parameter. If zero, the track will be split by date.
-
+
hrs
-
+
Split by Dist.
-
+
If nonzero, the input track will be split into several tracks if the distance between successive track points is greater than the distance given as a parameter.
-
+
ft
-
+
m
-
+
km
-
+
mi
-
+
GPS Fixes
-
+
none
-
+
pps
-
+
dgps
-
+
3d
-
+
2d
-
+
Synthesize course.
-
+
Synthesize course.
This option computes (or recomputes) a value for the GPS heading at each trackpoint. This is most useful with trackpoints from formats that don't support heading information or for trackpoints synthesized by the interpolate filter. The heading at each trackpoint is simply the course from the previous trackpoint in the track. The first trackpoint in each track is arbitrarily assigned a heading of 0 degrees.
-
+
Course
-
+
+
+ If checked, times specified here are based on this computer's current time zone.
+
+
+
+
+
+ If checked, times specified here are UTC.
+
+
+
+
+ UTC
+
+
+
+
Synthesize speed.
-
+
Split by Time
-
+
Synthesize speed.
This option computes a value for the GPS speed at each trackpoint. This is most useful with trackpoints from formats that don't support speed information or for trackpoints synthesized by the interpolate filter. The speed at each trackpoint is the average speed from the previous trackpoint (distance divided by time). The first trackpoint in each track is assigned a speed of "unknown."
-
+
Speed
@@ -1439,49 +1469,49 @@ This option computes a value for the GPS speed at each trackpoint. This is most
UpgradeCheck
-
-
-
+
+
+
HTTP
-
+
Unexpected reply.
-
+
Download failed: %1.
-
+
Download failed: %1: %2.
-
+
Error
-
+
Invalid return data at line %1: %2.
-
+
A new version of GPSBabel is available.<br />Your version is %1 <br />The latest version is %2
-
+
Do you wish to download an upgrade?
-
+
Upgrade
diff --git a/gui/gpsbabelfe_it.qm b/gui/gpsbabelfe_it.qm
index ae4a8063d..ea6b259f6 100644
Binary files a/gui/gpsbabelfe_it.qm and b/gui/gpsbabelfe_it.qm differ
diff --git a/gui/gpsbabelfe_it.ts b/gui/gpsbabelfe_it.ts
index 6992ab4e7..1f2e589e6 100644
--- a/gui/gpsbabelfe_it.ts
+++ b/gui/gpsbabelfe_it.ts
@@ -16,12 +16,13 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
@@ -31,6 +32,28 @@ p, li { white-space: pre-wrap; }
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
+<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p>
+<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
@@ -698,17 +721,17 @@ Un numero più alto fornisce un livello di diagnosi più dettagliato.predefinite
-
+
Select one or more input files
Selezionare uno o più file in ingresso
-
+
Output File Name
Nome del file in uscita
-
+
Error reading format configuration. Check that the backend program "gpsbabel" is properly installed and is in the current PATH
This program cannot continue.
@@ -717,7 +740,7 @@ This program cannot continue.
Questo programma non può proseguire.
-
+
Some file/device formats were not found during initialization. Check that the backend program "gpsbabel" is properly installed and is in the current PATH
This program cannot continue.
@@ -726,7 +749,7 @@ This program cannot continue.
Questo programma non può proseguire.
-
+
Input and output formats do not support %1
I formati di ingresso e di uscita non supportano %1
@@ -739,68 +762,68 @@ Questo programma non può proseguire.
Il formato in ingresso supporta %1, il formato di destinazione non supporta %2
-
+
Input does not support %1; output format supports %1
L'ingresso non supporta %1, il formato di destinazione supporta %1 {1;?}
-
+
Input format supports %1; output format does not support %1
Il formato in ingresso supporta %1, il formato di destinazione non supporta %1 {1;?}
-
+
Both input and output formats support %1
I formati di origine e di destinazione supportano %1
-
+
waypoints
punti di interesse
-
+
tracks
tracce
-
+
routes
rotte
-
+
There are no input options for format "%1"
Non ci sono opzioni in ingresso per il formato "%1"
-
-
+
+
Options for %1
Opzioni per %1
-
+
There are no output options for format "%1"
Non ci sono opzioni in uscita per il formato "%1"
-
+
No valid waypoints/routes/tracks translation specified
Non è stato specificato alcun punto di interesse/rotta/traccia
-
+
No input file specified
Il file di origine non è stato specificato
-
+
No valid output specified
Non è stata specificata una destinazione valida
-
+
No output file specified
Il file di destinazione non è stato specificato
@@ -813,34 +836,34 @@ Questo programma non può proseguire.
Il processo è terminato con il codice di errorre %1
-
+
Translation successful
Traduzione terminata con successo
-
+
Error running gpsbabel: %1
Errore durante l'esecuzione di gpsbabel: %1
-
+
Are you sure you want to reset all format options to default values?
Si è certi di voler reimpostare tutte le opzioni dei formati ai valori predefiniti?
-
+
About %1
Informazioni su %1
-
+
One or more data filters are active
à attivo uno o più filtri di dati
-
+
No data filters are active
Nessun filtro di dati è attivo
@@ -848,17 +871,17 @@ Questo programma non può proseguire.
Map
-
+
Error opening "gmapbase.html" file. Check installation
-
+
Missing "gmapbase.html" file. Check installation
Il file "gmapbase.html" manca. Verifica l'installazione
-
+
Failed to load Google maps base page
Non è stato possibile caricare la pagina di base delle mappe di Google
@@ -882,28 +905,28 @@ Questo programma non può proseguire.
-
-
-
-
+
+
+
+
Routes
Rotte
-
-
-
-
+
+
+
+
Tracks
Tracce
-
-
-
-
+
+
+
+
Waypoints
Punti di interesse
@@ -1114,7 +1137,7 @@ Qualche formato di dati del GPS supporta solo un sottoinsieme di punti di intere
QObject
-
+
Error processing formats from running process "gpsbabel -^3" at line %1
Si è verificato un errore durante l'elaborazione dei formati da parte del processo di lavoro "gpsbabel -^3" alla linea %1
@@ -1325,7 +1348,7 @@ Questa opzione modifica la data/l'ora di tutti i punti traccia. Può essere
-
+
days
giorni
@@ -1336,7 +1359,7 @@ Questa opzione modifica la data/l'ora di tutti i punti traccia. Può essere
-
+
mins
minuti
@@ -1366,28 +1389,26 @@ Questa opzione viene usata congiuntamente con lo stop per scartare i punti tracc
Inizio
-
If checked, time specified here is based on this computer's current time zone.
- Se selezionato, l'ora indicata qui è basata sul fuso orario impostato nel PC.
+ Se selezionato, l'ora indicata qui è basata sul fuso orario impostato nel PC.
-
If checked, the times specified here are based on the local computer's time zone. Otherwise it is UTC.
- Se selezionato, gli orari specificati qui sono basati sul fuso orario del computer. Altrimenti saranno in UTC (fuso di Greenwich).
+ Se selezionato, gli orari specificati qui sono basati sul fuso orario del computer. Altrimenti saranno in UTC (fuso di Greenwich).
-
+
Local Time
Tempo locale
-
-
+
+
Use track pts before this time.
Usa i punti traccia prima di quest'ora.
-
+
Use only track points before this timestamp.
This option is used in conjunction with the start option to discard all trackpoints outside of a given period of time. This option defines the end of the time period.
@@ -1396,17 +1417,17 @@ This option is used in conjunction with the start option to discard all trackpoi
Questa opzione viene usata congiuntamente con l'inizio per scartare i punti traccia che sono stati salvati al di fuori di uno specifico intervallo temporale. Questa opzione specifica la fine dell'intervallo temporale.
-
+
Stop
Fine
-
+
Pack all tracks into one.
Concatena tutte le tracce in una.
-
+
Pack all tracks into one.
This option causes all tracks to be appended to one another to form a single track. This option does not work if any two tracks overlap in time; in that case, consider using the merge option.
@@ -1419,17 +1440,17 @@ Questa opzione fa in modo che tutte le tracce vengano unite per formarne una sol
Questa opzione è utile soprattutto per unire tracce che si sono interrotte per un malfunzionamento del dispositivo o per un arresto notturno.
-
+
Pack
Concatena
-
+
Merge multiple tracks for the same way.
Unisci più tracce per la stessa strada.
-
+
Merge multiple tracks for the same way.
This option puts all track points from all tracks into a single track and sorts them by time stamp. Points with identical time stamps will be dropped.
@@ -1438,97 +1459,97 @@ This option puts all track points from all tracks into a single track and sorts
Questa opzione inserisce tutti i punti di ogni traccia in una singola traccia e li ordina in base all'orario. I punti con lo stesso orario saranno tralasciati.
-
+
Merge
Unisci
-
+
Split by Date
Suddividi per data
-
+
Split by Time
Suddividi per ora
-
+
If nonzero, the track will be split if the time between two points is greater than this parameter. If zero, the track will be split by date.
Se diverso da zero, la traccia verrà suddivisa se il tempo tra due punti è maggiore di questo parametro. Se zero, la traccia verrà suddivisa in base al giorno.
-
+
hrs
ore
-
+
Split by Dist.
Suddividi per distanza
-
+
If nonzero, the input track will be split into several tracks if the distance between successive track points is greater than the distance given as a parameter.
Se non zero, la traccia in ingresso verrà suddivisa in più tracce se la distanza tra punti traccia successivi è maggiore della distanza specificata nel parametro.
-
+
ft
ft
-
+
m
m
-
+
km
km
-
+
mi
mi
-
+
GPS Fixes
Stato del GPS
-
+
none
nessuno
-
+
pps
pps
-
+
dgps
dgps
-
+
3d
3d
-
+
2d
2d
-
+
Synthesize speed.
Sintetizza la velocità .
-
+
Synthesize speed.
This option computes a value for the GPS speed at each trackpoint. This is most useful with trackpoints from formats that don't support speed information or for trackpoints synthesized by the interpolate filter. The speed at each trackpoint is the average speed from the previous trackpoint (distance divided by time). The first trackpoint in each track is assigned a speed of "unknown."
@@ -1537,17 +1558,17 @@ This option computes a value for the GPS speed at each trackpoint. This is most
Questa opzione calcola il valore della velocità GPS in ogni punto traccia. Risulta utile soprattutto con punti traccia tratti da un formato che non specifica informazioni sulla velocità o da punti traccia sintetizzati dal filtro di interpolazione. La velocità in ogni punto traccia è la velocità media calcolata dal punto precedente (distanza diviso il tempo). Al primo punto di ogni traccia viene assegnata una velocità "sconosciuta."
-
+
Speed
VelocitÃ
-
+
Synthesize course.
Sintetizza la direzione.
-
+
Synthesize course.
This option computes (or recomputes) a value for the GPS heading at each trackpoint. This is most useful with trackpoints from formats that don't support heading information or for trackpoints synthesized by the interpolate filter. The heading at each trackpoint is simply the course from the previous trackpoint in the track. The first trackpoint in each track is arbitrarily assigned a heading of 0 degrees.
@@ -1556,10 +1577,27 @@ This option computes (or recomputes) a value for the GPS heading at each trackpo
Questa opzione calcola (o ricalcola) un valore per la direzione del GPS in ogni punto traccia. Risulta utile soprattutto con punti traccia tratti da un formato che non specifica informazioni sulla direzione o da punti traccia sintetizzati dal filtro di interpolazione. La direzione in ogni punto traccia è tratta semplicemente dalla posizione del punto traccia precedente nella traccia stessa. Al primo punto di ogni traccia viene arbitrariamente assegnato un valore pari a 0 gradi.
-
+
Course
Direzione
+
+
+
+ If checked, times specified here are based on this computer's current time zone.
+
+
+
+
+
+ If checked, times specified here are UTC.
+
+
+
+
+ UTC
+
+
Upgrade
@@ -1572,49 +1610,49 @@ Questa opzione calcola (o ricalcola) un valore per la direzione del GPS in ogni
UpgradeCheck
-
-
-
+
+
+
HTTP
HTTP
-
+
Unexpected reply.
-
+
Download failed: %1.
Scaricamento non riuscito: %1.
-
+
Download failed: %1: %2.
-
+
Error
Errore
-
+
Invalid return data at line %1: %2.
Dati ricevuti non validi alla linea %1: %2.
-
+
A new version of GPSBabel is available.<br />Your version is %1 <br />The latest version is %2
à disponibile una nuova versione di GPSBabel.<br />Versione corrente: %1 <br />Nuova versione: %2
-
+
Upgrade
Aggiorna
-
+
Do you wish to download an upgrade?
Si desidera scaricare un aggiornamento?
diff --git a/gui/gpsbabelfe_ru.qm b/gui/gpsbabelfe_ru.qm
index 8ce1120c1..8e1046945 100644
Binary files a/gui/gpsbabelfe_ru.qm and b/gui/gpsbabelfe_ru.qm differ
diff --git a/gui/gpsbabelfe_ru.ts b/gui/gpsbabelfe_ru.ts
index d1fb2ad19..077cb652e 100644
--- a/gui/gpsbabelfe_ru.ts
+++ b/gui/gpsbabelfe_ru.ts
@@ -16,12 +16,13 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
@@ -31,7 +32,29 @@ p, li { white-space: pre-wrap; }
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
+<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p>
+<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
@@ -712,17 +735,17 @@ Higher number provides more detailed diagnostics.
по ÑмолÑаниÑ
-
+
Select one or more input files
ÐÑбеÑиÑе один или неÑколÑко Ñайлов
-
+
Output File Name
ÐÐ¼Ñ Ð²ÑÑ
одного Ñайла
-
+
Error reading format configuration. Check that the backend program "gpsbabel" is properly installed and is in the current PATH
This program cannot continue.
@@ -731,7 +754,7 @@ This program cannot continue.
ÐÑполнение пÑогÑÐ°Ð¼Ð¼Ñ Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð¿Ñодолжено.
-
+
Some file/device formats were not found during initialization. Check that the backend program "gpsbabel" is properly installed and is in the current PATH
This program cannot continue.
@@ -740,7 +763,7 @@ This program cannot continue.
ÐÑполнение пÑогÑÐ°Ð¼Ð¼Ñ Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð¿Ñодолжено.
-
+
Input and output formats do not support %1
ÐÑ
одной и вÑÑ
одной ÑоÑмаÑÑ Ð½Ðµ поддеÑживаÑÑ %1
@@ -753,68 +776,68 @@ This program cannot continue.
ÐÑ
одной ÑоÑÐ¼Ð°Ñ Ð¿Ð¾Ð´Ð´ÐµÑÐ¶Ð¸Ð²Ð°ÐµÑ %1; вÑÑ
одной ÑоÑÐ¼Ð°Ñ Ð½Ðµ поддеÑживаеÑt %2
-
+
Input does not support %1; output format supports %1
ÐÑ
одной ÑоÑÐ¼Ð°Ñ Ð½Ðµ поддеÑÐ¶Ð¸Ð²Ð°ÐµÑ %1; вÑÑ
одной ÑоÑÐ¼Ð°Ñ Ð¿Ð¾Ð´Ð´ÐµÑÐ¶Ð¸Ð²Ð°ÐµÑ %1
-
+
Input format supports %1; output format does not support %1
ÐÑ
одной ÑоÑÐ¼Ð°Ñ Ð¿Ð¾Ð´Ð´ÐµÑÐ¶Ð¸Ð²Ð°ÐµÑ %1; вÑÑ
одной ÑоÑÐ¼Ð°Ñ Ð½Ðµ поддеÑживаеÑt %1
-
+
Both input and output formats support %1
ÐÑ
одной и вÑÑ
одной ÑоÑÐ¼Ð°Ñ Ð¿Ð¾Ð´Ð´ÐµÑживаÑÑ %1
-
+
waypoints
маÑÑÑÑÑнÑе ÑоÑки
-
+
tracks
ÑÑеки
-
+
routes
маÑÑÑÑÑÑ
-
+
There are no input options for format "%1"
ÐÐµÑ Ð²Ñ
однÑÑ
паÑамеÑÑов Ð´Ð»Ñ ÑоÑмаÑа "%1"
-
-
+
+
Options for %1
ÐаÑамеÑÑÑ %1
-
+
There are no output options for format "%1"
ÐÐµÑ Ð²ÑÑ
однÑÑ
паÑамеÑÑов Ð´Ð»Ñ ÑоÑмаÑа "%1"
-
+
No valid waypoints/routes/tracks translation specified
Ðе вÑбÑано пÑеобÑазование маÑÑÑÑÑнÑÑ
ÑоÑек/маÑÑÑÑÑов/ÑÑеков
-
+
No input file specified
Ðе вÑбÑан вÑ
одной Ñайл
-
+
No valid output specified
Ðе вÑбÑан вÑÑ
одной Ñайл
-
+
No output file specified
Ðе вÑбÑан вÑÑ
одной Ñайл
@@ -827,33 +850,33 @@ This program cannot continue.
ÐÑоÑеÑÑ Ð·Ð°Ð²ÐµÑÑилÑÑ Ð½ÐµÑдаÑей Ñ ÐºÐ¾Ð´Ð¾Ð¼ %1
-
+
Translation successful
ÐонвеÑÑаÑÐ¸Ñ Ð²Ñполнена
-
+
Error running gpsbabel: %1
ÐÑибка запÑÑка gpsbabel: %1
-
+
Are you sure you want to reset all format options to default values?
ÐÑ Ð´ÐµÐ¹ÑÑвиÑелÑно желаеÑе ÑбÑоÑиÑÑ Ð²Ñе паÑамеÑÑÑ ÑоÑмаÑа в знаÑÐµÐ½Ð¸Ñ Ð¿Ð¾ ÑмолÑаниÑ?
-
+
About %1
Ð %1
-
+
One or more data filters are active
Ðдин или более ÑилÑÑÑов даннÑÑ
акÑивнÑ
-
+
No data filters are active
ФилÑÑÑÑ Ð´Ð°Ð½Ð½ÑÑ
не акÑивнÑ
@@ -861,17 +884,17 @@ This program cannot continue.
Map
-
+
Error opening "gmapbase.html" file. Check installation
ÐÑибка оÑкÑÑÑÐ¸Ñ Ñайла "gmapbase.html". ÐопÑобÑйÑе пеÑеÑÑÑановиÑÑ Ð¿ÑогÑаммÑ
-
+
Missing "gmapbase.html" file. Check installation
ÐÑÑÑÑÑÑвÑÐµÑ Ñайл "gmapbase.html". ÐопÑобÑйÑе пеÑеÑÑÑановиÑÑ Ð¿ÑогÑаммÑ
-
+
Failed to load Google maps base page
Ðе ÑдалоÑÑ Ð·Ð°Ð³ÑÑзиÑÑ Ð±Ð°Ð·Ð¾Ð²ÑÑ ÑÑÑаниÑÑ Google Maps
@@ -895,28 +918,28 @@ This program cannot continue.
-
-
-
-
+
+
+
+
Routes
ÐаÑÑÑÑÑÑ
-
-
-
-
+
+
+
+
Tracks
ТÑеки
-
-
-
-
+
+
+
+
Waypoints
ÐаÑÑÑÑÑнÑе ÑоÑки
@@ -1127,7 +1150,7 @@ Some GPS data formats support only some subset of waypoints, tracks, and routes.
QObject
-
+
Error processing formats from running process "gpsbabel -^3" at line %1
ÐÑибка обÑабоÑки ÑоÑмаÑов пÑи запÑÑке пÑоÑеÑÑа "gpsbabel -^3" в ÑÑÑоке %1
@@ -1338,7 +1361,7 @@ This option changes the time of all trackpoints. This might be useful if your tr
-
+
days
дней
@@ -1349,7 +1372,7 @@ This option changes the time of all trackpoints. This might be useful if your tr
-
+
mins
мин
@@ -1379,28 +1402,26 @@ This option is used along with the stop to discard trackpoints that were recorde
ÐаÑало
-
If checked, time specified here is based on this computer's current time zone.
- ÐÑли вклÑÑено, Ñо вÑемÑ, Ñказанное здеÑÑ, ÑооÑвеÑÑÑвÑÐµÑ Ð²Ñемени, ÑÐºÐ°Ð·Ð°Ð½Ð½Ð¾Ð¼Ñ Ð½Ð° компÑÑÑеÑе.
+ ÐÑли вклÑÑено, Ñо вÑемÑ, Ñказанное здеÑÑ, ÑооÑвеÑÑÑвÑÐµÑ Ð²Ñемени, ÑÐºÐ°Ð·Ð°Ð½Ð½Ð¾Ð¼Ñ Ð½Ð° компÑÑÑеÑе.
-
If checked, the times specified here are based on the local computer's time zone. Otherwise it is UTC.
- ÐÑли вклÑÑено, Ñо вÑемÑ, Ñказанное здеÑÑ, ÑооÑвеÑÑÑвÑÐµÑ Ð²Ñемени, ÑÐºÐ°Ð·Ð°Ð½Ð½Ð¾Ð¼Ñ Ð½Ð° компÑÑÑеÑе. ÐнаÑе - UTC.
+ ÐÑли вклÑÑено, Ñо вÑемÑ, Ñказанное здеÑÑ, ÑооÑвеÑÑÑвÑÐµÑ Ð²Ñемени, ÑÐºÐ°Ð·Ð°Ð½Ð½Ð¾Ð¼Ñ Ð½Ð° компÑÑÑеÑе. ÐнаÑе - UTC.
-
+
Local Time
ÐеÑÑное вÑемÑ
-
-
+
+
Use track pts before this time.
ÐÑполÑзоваÑÑ ÑоÑки ÑÑека до ÑÑого вÑемени.
-
+
Use only track points before this timestamp.
This option is used in conjunction with the start option to discard all trackpoints outside of a given period of time. This option defines the end of the time period.
@@ -1409,17 +1430,17 @@ This option is used in conjunction with the start option to discard all trackpoi
ÐÑÐ¾Ñ Ð¿Ð°ÑамеÑÑ Ð¸ÑполÑзÑеÑÑÑ Ð²Ð¼ÐµÑÑе Ñо вÑеменем наÑала, ÑÑÐ¾Ð±Ñ ÑдалиÑÑ ÑоÑки ÑÑека полÑÑеннÑе вне заданного вÑеменного диапазона. ÐÑÐ¾Ñ Ð¿Ð°ÑамеÑÑ Ð·Ð°Ð´Ð°ÐµÑ ÐºÐ¾Ð½ÐµÑ Ð´Ð¸Ð°Ð¿Ð°Ð·Ð¾Ð½Ð°.
-
+
Stop
ÐонеÑ
-
+
Pack all tracks into one.
УпаковаÑÑ Ð²Ñе ÑÑеки в один.
-
+
Pack all tracks into one.
This option causes all tracks to be appended to one another to form a single track. This option does not work if any two tracks overlap in time; in that case, consider using the merge option.
@@ -1432,17 +1453,17 @@ This option is most useful for rejoining tracks that might have been interrupted
Ðолезен Ð´Ð»Ñ Ð¾Ð±ÑÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ ÑÑеков, коÑоÑÑе могли бÑÑÑ ÑазоÑÐ²Ð°Ð½Ñ Ð¸Ð·-за пеÑебоев в ÑабоÑе пÑибоÑа или оÑÑановки на ноÑÑ.
-
+
Pack
УпаковаÑÑ
-
+
Merge multiple tracks for the same way.
СклеиÑÑ Ð½ÐµÑколÑко ÑÑеков Ð´Ð»Ñ Ñого же пÑÑи.
-
+
Merge multiple tracks for the same way.
This option puts all track points from all tracks into a single track and sorts them by time stamp. Points with identical time stamps will be dropped.
@@ -1451,97 +1472,97 @@ This option puts all track points from all tracks into a single track and sorts
ÐÑÐ¾Ñ Ð¿Ð°ÑамеÑÑ ÑкладÑÐ²Ð°ÐµÑ Ð²Ñе ÑоÑки ÑÑека из вÑеÑ
ÑÑеков в единÑй ÑÑек и ÑоÑÑиÑÑÐµÑ Ð¸Ñ
по вÑеменнÑм меÑкам. ТоÑки Ñ Ð¾Ð´Ð¸Ð½Ð°ÐºÐ¾Ð²Ñми меÑками - ÑдалÑÑÑÑÑ.
-
+
Merge
СклеиÑÑ
-
+
Split by Date
РазбиÑÑ Ð¿Ð¾ даÑе
-
+
Split by Time
РазбиÑÑ Ð¿Ð¾ вÑемени
-
+
If nonzero, the track will be split if the time between two points is greater than this parameter. If zero, the track will be split by date.
ÐÑли не 0, ÑÑек бÑÐ´ÐµÑ ÑÐ°Ð·Ð±Ð¸Ñ ÐµÑли вÑÐµÐ¼Ñ Ð¼ÐµÐ¶Ð´Ñ Ð´Ð²ÑÐ¼Ñ ÑоÑками болÑÑе, Ñем ÑÑо знаÑение. ÐÑли нолÑ, ÑÑек бÑÐ´ÐµÑ ÑÐ°Ð·Ð±Ð¸Ñ Ð¿Ð¾ даÑе.
-
+
hrs
Ñ
-
+
Split by Dist.
РазбиÑÑ Ð¿Ð¾ ÑаÑÑÑоÑниÑ
-
+
If nonzero, the input track will be split into several tracks if the distance between successive track points is greater than the distance given as a parameter.
ÐÑли не 0, иÑÑ
однÑй ÑÑек бÑÐ´ÐµÑ ÑÐ°Ð·Ð±Ð¸Ñ Ð½Ð° неÑколÑко ÑÑеков еÑли ÑаÑÑÑоÑние Ð¼ÐµÐ¶Ð´Ñ Ð¿Ð¾ÑледоваÑелÑнÑми ÑоÑками болÑÑе, Ñем заданное.
-
+
ft
ÑÑÑов
-
+
m
м
-
+
km
км
-
+
mi
милÑ
-
+
GPS Fixes
GPS попÑавки
-
+
none
неÑ
-
+
pps
-
+
dgps
-
+
3d
-
+
2d
-
+
Synthesize speed.
СинÑезиÑоваÑÑ ÑкоÑоÑÑÑ.
-
+
Synthesize speed.
This option computes a value for the GPS speed at each trackpoint. This is most useful with trackpoints from formats that don't support speed information or for trackpoints synthesized by the interpolate filter. The speed at each trackpoint is the average speed from the previous trackpoint (distance divided by time). The first trackpoint in each track is assigned a speed of "unknown."
@@ -1550,17 +1571,17 @@ This option computes a value for the GPS speed at each trackpoint. This is most
ÐÑа опÑÐ¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»ÑÐµÑ Ð²ÑÑиÑлиÑÑ Ð·Ð½Ð°Ñение ÑкоÑоÑÑи в каждой ÑоÑке ÑÑека. ÐÑо Ð¼Ð¾Ð¶ÐµÑ Ð¿Ð¾Ð½Ð°Ð´Ð¾Ð±Ð¸ÑÑÑ Ð´Ð»Ñ ÑоÑмаÑов, не поддеÑживаÑÑиÑ
ÑкоÑоÑÑÑ, или Ð´Ð»Ñ ÑоÑек, ÑинÑезиÑованнÑÑ
ÑилÑÑÑом инÑеÑполÑÑии. СкоÑоÑÑÑ Ð² каждой ÑоÑке ÑвлÑеÑÑÑ ÑÑедней ÑкоÑоÑÑÑÑ Ð¾Ñ Ð¿ÑедÑдÑÑей ÑоÑки ÑÑека (ÑаÑÑÑоÑние, деленное на вÑемÑ). ÐеÑÐ²Ð°Ñ ÑоÑка каждого ÑÑека полÑÑÐ°ÐµÑ Ð·Ð½Ð°Ñение "unknown."
-
+
Speed
СкоÑоÑÑÑ
-
+
Synthesize course.
СинÑезиÑоваÑÑ ÐºÑÑÑ.
-
+
Synthesize course.
This option computes (or recomputes) a value for the GPS heading at each trackpoint. This is most useful with trackpoints from formats that don't support heading information or for trackpoints synthesized by the interpolate filter. The heading at each trackpoint is simply the course from the previous trackpoint in the track. The first trackpoint in each track is arbitrarily assigned a heading of 0 degrees.
@@ -1569,10 +1590,27 @@ This option computes (or recomputes) a value for the GPS heading at each trackpo
ÐÑа опÑÐ¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»ÑÐµÑ Ð²ÑÑиÑлиÑÑ (или пеÑеÑÑиÑаÑÑ) знаÑение Ð´Ð»Ñ ÐºÑÑÑа GPS в каждой ÑоÑке ÑÑека. ÐÑо Ð¼Ð¾Ð¶ÐµÑ Ð¿Ð¾Ð½Ð°Ð´Ð¾Ð±Ð¸ÑÑÑ Ð´Ð»Ñ ÑоÑмаÑов, не поддеÑживаÑÑиÑ
азимÑÑ Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑоÑек, ÑинÑезиÑованнÑÑ
ÑилÑÑÑом инÑеÑполÑÑии. ÐзимÑÑ Ð² каждой ÑоÑке ÑвлÑеÑÑÑ Ð¿ÑоÑÑÑм Ñглом Ð¾Ñ Ð¿ÑедÑдÑÑей ÑоÑки ÑÑека. ÐеÑÐ²Ð°Ñ ÑоÑка каждого ÑÑека полÑÑÐ°ÐµÑ Ð·Ð½Ð°Ñение 0 гÑадÑÑов.
-
+
Course
ÐÑÑÑ
+
+
+
+ If checked, times specified here are based on this computer's current time zone.
+
+
+
+
+
+ If checked, times specified here are UTC.
+
+
+
+
+ UTC
+
+
Upgrade
@@ -1585,49 +1623,49 @@ This option computes (or recomputes) a value for the GPS heading at each trackpo
UpgradeCheck
-
-
-
+
+
+
HTTP
-
+
Unexpected reply.
ÐеожиданнÑй оÑвеÑ.
-
+
Download failed: %1.
ÐагÑÑзка завеÑÑилаÑÑ Ð½ÐµÑдаÑей: %1.
-
+
Download failed: %1: %2.
ÐагÑÑзка завеÑÑилаÑÑ Ð½ÐµÑдаÑей: %1: %2.
-
+
Error
ÐÑибка
-
+
Invalid return data at line %1: %2.
ÐекоÑÑекÑнÑе даннÑе возвÑаÑÐµÐ½Ñ Ð² ÑÑÑоке %1: %2.
-
+
A new version of GPSBabel is available.<br />Your version is %1 <br />The latest version is %2
ÐоÑÑÑпна Ð½Ð¾Ð²Ð°Ñ Ð²ÐµÑÑÐ¸Ñ GPSBabel.<br />ÐÑполÑзÑÐµÐ¼Ð°Ñ Ð²ÐµÑÑÐ¸Ñ %1 <br />ÐоÑледнÑÑ Ð´Ð¾ÑÑÑÐ¿Ð½Ð°Ñ Ð²ÐµÑÑÐ¸Ñ %2
-
+
Upgrade
ÐбновиÑÑ
-
+
Do you wish to download an upgrade?
ÐагÑÑзиÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ðµ?
diff --git a/reference/help.txt b/reference/help.txt
index 4aeb2c4e6..62f9fcc43 100644
--- a/reference/help.txt
+++ b/reference/help.txt
@@ -1,4 +1,4 @@
-GPSBabel Version 1.8.0. https://www.gpsbabel.org
+GPSBabel Version 1.9.0. https://www.gpsbabel.org
Usage:
./gpsbabel [options] -i INTYPE -f INFILE [filter] -o OUTTYPE -F OUTFILE
diff --git a/reference/usage.txt b/reference/usage.txt
index c009447fb..86feadd62 100644
--- a/reference/usage.txt
+++ b/reference/usage.txt
@@ -1,4 +1,4 @@
-GPSBabel Version 1.8.0. https://www.gpsbabel.org
+GPSBabel Version 1.9.0. https://www.gpsbabel.org
Usage:
./gpsbabel [options] -i INTYPE -f INFILE [filter] -o OUTTYPE -F OUTFILE